added a counter example

This commit is contained in:
Antonin Bas
2015-11-16 11:56:10 -08:00
parent e81db93021
commit 1809653107
7 changed files with 217 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
from scapy.all import *
p = Ether(src="aa:bb:cc:dd:ee:ff") / IP(dst="10.0.1.10") / TCP() / "aaaaaaaaaaaaaaaa"
sendp(p, iface = "veth1", verbose = 0)