tcpdump: fixed negation example (#4346)
This commit is contained in:
parent
0c4e7745b8
commit
f4ae3099c8
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue