A simple packet sniffer written in C using libpcap. Learn how to build it through this series : https://talalio.medium.com/building-a-packet-sniffer-9460f394041
$ cc -o nsniff nsniff.c -lpcap
$ sudo ./nsniff
A simple packet sniffer written in C using libpcap. Learn how to build it through this series : https://talalio.medium.com/building-a-packet-sniffer-9460f394041
$ cc -o nsniff nsniff.c -lpcap
$ sudo ./nsniff