How to Code a Packet Sniffer in Python with Pcapy extension

Pcapy In the previous articles we coded packet sniffers in python using raw sockets. Now lets use the libpcap library for the same. Libpcap is the packet capture library for linux and has wrappers for most languages. In python there are multiple libpcap wrappers like pcapy, pypcap etc. In this article we shall use the … Continue reading How to Code a Packet Sniffer in Python with Pcapy extension