i am trying to code one tunnel tool but i could not receive packet from icmp. I uses socket library, is there any one pylibnet or pynet library
Asked
Active
Viewed 705 times
1 Answers
0
You might want to try scapy. On the other hand, have you seen the other implementations?

Lmwangi
- 2,486
- 1
- 19
- 26
-
scapy can not work on receive mode, there is a function called sr(send and receive) – Caglar Mar 28 '11 at 14:02