A sniffer (packet analyzer) is a program that intercepts the traffic passing through a network interface. In this project, we are going to implement our own packet sniffer using the libpcap library and to validate our program on actual network traffic
Getting Started:
- Check the demo file
- Read http://recursos.aldabaknocking.com/libpcapHakin9LuisMartinGarcia.pdf
- Compile and run the samle code in demo file
- Start working on either Linux, or the MacOS version.
- Fix bugs and add new features