From c6bea34aa32521ed792fb70606e2a4d5f3a5bd8b Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sat, 2 Dec 2017 23:05:25 +0100 Subject: wireshark-remote: Update wireshark executable name Signed-off-by: Florian Pritz --- wireshark-remote | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- cgit v1.2.3-24-g4f1b