diff options
-rwxr-xr-x | wireshark-remote | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wireshark-remote b/wireshark-remote index 270d139..6b35f7f 100755 --- a/wireshark-remote +++ b/wireshark-remote @@ -13,4 +13,5 @@ fi #wireshark -k -i <(ssh "$host" /home/flo/capture.sh "$iface") #wireshark-gtk -k -i <(ssh "$host" dumpcap -q -P -i "$iface" -w - -f 'not\ port\ 22') +sed -i "s/^gui\.window_title: .*/gui.window_title: $host $iface $filter/" ~/.config/wireshark/preferences wireshark -k -i <(ssh "$host" tcpdump -i "$iface" -w - "'not port 22 $filter'") |