Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Similar library of Scapy for C++ [closed]

Tags:

c++

python

scapy

I want to know if Is there any library that let me do some packet crafting and sniffing in c++ ? Something like "Scapy" , i think it has a library in python .

Also i want to know which is better and more effective in network programming and building high-level network security tool , C++ or python ?

I am a moderate programmer in c++ but find python better and simpler than C++ in network realm ,is this true ? thanks in advance

like image 679
Sherif Magdy Avatar asked May 31 '15 13:05

Sherif Magdy


1 Answers

libpcap is one similar library which can capture network traffic. Libnet is another library which you may use for crafting network packets.

like image 153
Nipun Talukdar Avatar answered Oct 04 '22 12:10

Nipun Talukdar