Packet Captures: Difference between revisions

m
Line 300:
|Capture TCP communication packets between two hosts || tcpdump -w comm.pcap -i eth0 udp and \(host 172.20.68.176 and host 172.24.173.9\)
|-
|Filter Packets – Capture all the packets other than arp and rarp || tcpdump -i eth0 not arp and not rarp<br />'and' 'or' and 'not' condition are used to filter the packets || tcpdump -i eth0 not arp and not rarp
|}
<br />