From ad590c18ad260568e45701557fffb3a3e519dc22 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sat, 28 Dec 2013 18:11:52 +0100 Subject: misc updates Signed-off-by: Florian Pritz --- wireshark-remote | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'wireshark-remote') diff --git a/wireshark-remote b/wireshark-remote index ea295f5..0d4793d 100755 --- a/wireshark-remote +++ b/wireshark-remote @@ -3,4 +3,6 @@ host="$1" iface="$2" -wireshark -k -i <(ssh "$host" tshark -i "$iface" -w - not tcp port 22) +#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") -- cgit v1.2.3-24-g4f1b