1
0
Fork 0
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:
Clayton Sayer 2020-09-22 10:09:44 -07:00 committed by GitHub
parent 0c4e7745b8
commit f4ae3099c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: