added 3 bmv2 examples: copy_to_cpu, meter, TLV_parsing
This commit is contained in:
3
examples/copy_to_cpu/receive.py
Normal file
3
examples/copy_to_cpu/receive.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from scapy.all import *
|
||||
|
||||
sniff(iface = "veth6", prn = lambda x: hexdump(x))
|
||||
Reference in New Issue
Block a user