Tcpdump

From DWIKI
Revision as of 11:48, 1 March 2025 by Tony (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Docs

Tools

  • wireshark

FAQ

human readable output

tcpdump -lnX

tcpdump filtering

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