Tcpdump

From DWIKI
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Docs

Tools

  • wireshark

FAQ

human readable output

tcpdump -lnX


look for host and port

tcpdump -i ens192 host 192.168.101.3 and tcp port 993


tcpdump: NFLOG link-layer type filtering not implemented

Try adding interface (-i)


tcpdump: Mask syntax for networks only

To match a subnet use net instead of host