Example code from my Develop a Packet Sniffer with libpcap blog.
- cd to the 'sniffer' directory.
- Type 'make'.
Run by specifying an interface and a Berkeley packet filter expression. For example this statement will capture all the inbound and outbound TCP packets port 80 packets on interface eth0:
./sniffer -i eth0 tcp port 80