1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 17:33:38 +02:00

tcpdump: fix typo (#17077)

Update tcpdump.md
This commit is contained in:
Managor 2025-07-03 06:52:47 +03:00 committed by GitHub
parent 3b7a24d536
commit e690c3cf7b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,7 +21,7 @@
- Capture the traffic from a specific interface, source, destination and destination port:
`sudo tcpdump {{[-i|--interface]} {{eth0}} src {{192.168.1.1}} and dst {{192.168.1.2}} and dst port {{80}}`
`sudo tcpdump {{[-i|--interface]}} {{eth0}} src {{192.168.1.1}} and dst {{192.168.1.2}} and dst port {{80}}`
- Capture the traffic of a network: