summaryrefslogtreecommitdiffstats
path: root/wireshark-remote
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2013-12-28 18:11:52 +0100
committerFlorian Pritz <bluewind@xinu.at>2013-12-28 18:11:52 +0100
commitad590c18ad260568e45701557fffb3a3e519dc22 (patch)
tree9cdb47622cbc42c3bb0784a37dc1d6c66f74a9f6 /wireshark-remote
parent5eee1cc0fbc2ca352655092568f87ef9ef514d43 (diff)
downloadbin-ad590c18ad260568e45701557fffb3a3e519dc22.tar.gz
bin-ad590c18ad260568e45701557fffb3a3e519dc22.tar.xz
misc updates
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'wireshark-remote')
-rwxr-xr-xwireshark-remote4
1 files changed, 3 insertions, 1 deletions
diff --git a/wireshark-remote b/wireshark-remote
index ea295f5..0d4793d 100755
--- a/wireshark-remote
+++ b/wireshark-remote
@@ -3,4 +3,6 @@
host="$1"
iface="$2"
-wireshark -k -i <(ssh "$host" tshark -i "$iface" -w - not tcp port 22)
+#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" /home/flo/capture.sh "$iface")