Skip to content

bob-9th/pcap-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

pcap-test

Requirement

Ubuntu

sudo apt install libpcap-dev

Gentoo

emerge -a net-libs/libpcap

Usage

cmake .
make
./pcap_test <network interface>
  • You must run as root.
  • The program was tested on 5.4.48-gentoo-x86_64.

About

Capturing and dumping TCP Packets with pcap

Resources

Stars

Watchers

Forks