diff options
author | Florian Pritz <bluewind@xinu.at> | 2015-07-27 15:34:28 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2015-07-27 15:34:28 +0200 |
commit | 1bad0f4520824667e408dfac8575d92aea8148b9 (patch) | |
tree | a4d8c0b260b2af380acdabfde712a6c8f1e0af0a /wireshark-remote | |
parent | 11ebc79bad89075267574a032b46eb992a0a6f32 (diff) | |
download | bin-1bad0f4520824667e408dfac8575d92aea8148b9.tar.gz bin-1bad0f4520824667e408dfac8575d92aea8148b9.tar.xz |
misc changes
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'wireshark-remote')
-rwxr-xr-x | wireshark-remote | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/wireshark-remote b/wireshark-remote index 0d4793d..e571eea 100755 --- a/wireshark-remote +++ b/wireshark-remote @@ -4,5 +4,6 @@ host="$1" 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" /home/flo/capture.sh "$iface") +#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 -k -i <(ssh "$host" /home/flo/capture.sh "$iface") |