rwshark/rwshark

7 lines
138 B
Plaintext
Raw Permalink Normal View History

2018-11-23 09:03:44 +00:00
#!/bin/sh
#
# Usage:
2018-11-24 07:47:35 +00:00
# rwshark <user@host> <port> <interface>
2018-11-23 09:03:44 +00:00
ssh -p $2 $1 tcpdump -i $3 -U -s0 -w - "not port ${2}" | wireshark -k -i -