summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2017-12-02 23:05:25 +0100
committerFlorian Pritz <bluewind@xinu.at>2017-12-02 23:05:25 +0100
commitc6bea34aa32521ed792fb70606e2a4d5f3a5bd8b (patch)
treece3c54185b12cc4b609e2c4e3ecff7a403663ee0
parent24dc561ded664c9e963358574f3406257389a4ce (diff)
downloadbin-c6bea34aa32521ed792fb70606e2a4d5f3a5bd8b.tar.gz
bin-c6bea34aa32521ed792fb70606e2a4d5f3a5bd8b.tar.xz
wireshark-remote: Update wireshark executable name
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-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")