Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 181 Bytes

File metadata and controls

10 lines (7 loc) · 181 Bytes

pcap_programming

Installing PCAP

sudo apt install libpcap-dev

Compile

gcc -o pcap_programming pcap_programming.c -lpcap

Running

sudo ./pcap_programming