Update cheatsheets

This commit is contained in:
ivuorinen
2026-02-15 00:29:22 +00:00
parent 8b565f40ba
commit cb9fcd9fcf
2 changed files with 4 additions and 4 deletions

View File

@@ -34,8 +34,8 @@ source: https://github.com/tldr-pages/tldr.git
- Capture all traffic except traffic over port 22 and [w]rite to a dump file:
`sudo tcpdump -w {{dumpfile.pcap}} port not {{22}}`
`sudo tcpdump -w {{path/to/dumpfile.pcap}} port not 22`
- [r]ead from a given dump file:
`tcpdump -r {{dumpfile.pcap}}`
`tcpdump -r {{path/to/dumpfile.pcap}}`