summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2024-10-14 21:14:24 +0200
committerFlorian Pritz <bluewind@xinu.at>2024-10-14 21:54:03 +0200
commitd10ee7703e20ef844907e90797ad66bf0fb984da (patch)
tree863a57b51c8e0d3d05b944fe449bb9d9fbecdde0
parent040505e07691a904dbf5bc69dafe3d6773731527 (diff)
downloadbin-d10ee7703e20ef844907e90797ad66bf0fb984da.tar.gz
bin-d10ee7703e20ef844907e90797ad66bf0fb984da.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 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'")