summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xwireshark-remote2
1 files changed, 1 insertions, 1 deletions
diff --git a/wireshark-remote b/wireshark-remote
index e571eea..a7116b7 100755
--- a/wireshark-remote
+++ b/wireshark-remote
@@ -5,5 +5,5 @@ 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" dumpcap -q -P -i "$iface" -w - -f 'not\ port\ 22')
+wireshark-gtk -k -i <(ssh "$host" dumpcap -q -P -i "$iface" -w - -f 'not\ port\ 22')
#wireshark -k -i <(ssh "$host" /home/flo/capture.sh "$iface")