Changed README.md

This commit is contained in:
an 2018-11-24 08:47:35 +01:00
parent e79591cadf
commit fa74122660
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,7 @@
# rwshark
* Remote Wireshark
## Usage:
rwshark <host> <port> <interface>
rwshark <user@host> <port> <interface>

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# Usage:
# rwshark <host> <port> <interface>
# rwshark <user@host> <port> <interface>
ssh -p $2 $1 tcpdump -i $3 -U -s0 -w - "not port ${2}" | wireshark -k -i -