From 1bad0f4520824667e408dfac8575d92aea8148b9 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Mon, 27 Jul 2015 15:34:28 +0200 Subject: misc changes Signed-off-by: Florian Pritz --- wireshark-remote | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'wireshark-remote') diff --git a/wireshark-remote b/wireshark-remote index 0d4793d..e571eea 100755 --- a/wireshark-remote +++ b/wireshark-remote @@ -4,5 +4,6 @@ host="$1" iface="$2" #wireshark -k -i <(ssh "$host" tshark -i "$iface" -w - not tcp port 22) -#wireshark -k -i <(ssh "$host" dumpcap -q -i "$iface" -w /dev/stdout not tcp port 22) -wireshark -k -i <(ssh "$host" /home/flo/capture.sh "$iface") +#wireshark -k -i <(ssh "$host" dumpcap -q -i "$iface" -w /dev/stdout 'not\ tcp\ port\ 22') +wireshark -k -i <(ssh "$host" dumpcap -q -P -i "$iface" -w - -f 'not\ port\ 22') +#wireshark -k -i <(ssh "$host" /home/flo/capture.sh "$iface") -- cgit v1.2.3-24-g4f1b