1 | initial version |
f I wanted to only record a single hosts packets in the .pcap file , what would I use ?
You would use a capture filter that captures only traffic to and from that host, such as host example.com
to capture traffic to and from example.com or host 192.168.42.1
to capture traffic to and from 192.168.42.1.