summaryrefslogtreecommitdiffstats
path: root/wireshark-remote
diff options
context:
space:
mode:
Diffstat (limited to 'wireshark-remote')
-rwxr-xr-xwireshark-remote2
1 files changed, 1 insertions, 1 deletions
diff --git a/wireshark-remote b/wireshark-remote
index 756771b..270d139 100755
--- a/wireshark-remote
+++ b/wireshark-remote
@@ -13,4 +13,4 @@ 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')
-wireshark-gtk -k -i <(ssh "$host" tcpdump -i "$iface" -w - "'not port 22 $filter'")
+wireshark -k -i <(ssh "$host" tcpdump -i "$iface" -w - "'not port 22 $filter'")