adding useful tcpdump commands

This commit is contained in:
Omar Santos 2018-01-10 13:45:04 -05:00
parent ee66ef4085
commit 9e5d615eba

View File

@ -9,6 +9,9 @@
### Capturing traffic to specific IP address excluding specific subnet
`tcpdump -I ethO -tttt dst ip and not net 10.10.10.0/24`
### Capturing traffic for a specific host
`tcpdump host 10.1.1.1`
### Capturing traffic for a specific subnet
`tcpdump net 10.1.1`