diff options
author | Florian Pritz <bluewind@xinu.at> | 2013-12-28 18:11:52 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2013-12-28 18:11:52 +0100 |
commit | ad590c18ad260568e45701557fffb3a3e519dc22 (patch) | |
tree | 9cdb47622cbc42c3bb0784a37dc1d6c66f74a9f6 /wireshark-remote | |
parent | 5eee1cc0fbc2ca352655092568f87ef9ef514d43 (diff) | |
download | bin-ad590c18ad260568e45701557fffb3a3e519dc22.tar.gz bin-ad590c18ad260568e45701557fffb3a3e519dc22.tar.xz |
misc updates
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'wireshark-remote')
-rwxr-xr-x | wireshark-remote | 4 |
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") |