mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 15:45:59 +02:00
tcpdump: fixed negation example (#4346)
This commit is contained in:
parent
0c4e7745b8
commit
f4ae3099c8
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue