-
Notifications
You must be signed in to change notification settings - Fork 146
Install pcap and libnet
wangyu- edited this page Jul 1, 2018
·
2 revisions
Download and install winpcap, address :https://www.winpcap.org/install/default.htm
You can also use npcap,its believed to have better performance,address:https://nmap.org/npcap/
brew install libpcap
pkg install libpcap
apt install libpcap
If you are using udp2raw_mp_nolinet
, pcap is all you need to install.
If you are a user of Mac/linux/bsd,you can install libnet in addition.
brew install libnet
pkg install libnet
apt install libnet1
After installing linet,you can also use udp2raw_mp
(the no-suffix version)
For detailed differences of udp2raw_mp_nolibnet and udp2raw_mp, check this link, maybe you will need the help of google translate.