tcpdump: fixed negation example (#4346)

This commit is contained in:
Clayton Sayer
2020-09-22 10:09:44 -07:00
committed by GitHub
parent 0c4e7745b8
commit f4ae3099c8

View File

@@ -29,7 +29,7 @@
- Capture all traffic except traffic over port 22 and save to a dump file:
`tcpdump -w {{dumpfile.pcap}} not port {{22}}`
`tcpdump -w {{dumpfile.pcap}} port not {{22}}`
- Read from a given dump file: