Files
p4tutorials-turkce/examples/copy_to_cpu/receive.py

4 lines
76 B
Python

from scapy.all import *
sniff(iface = "veth7", prn = lambda x: hexdump(x))