wet-aquaW
Cyber Info3y ago
3 replies
wet-aqua

python scapy

from scapy.all import sniff, NetflowSession, TCPSession, IPSession

my_session = NetflowSession()

test = sniff(count=50, prn= lambda x:x.summary())


test = my_session._ip_process_packet(test)

print(test)


what does ._ip_process_packet(test) do ?
Was this page helpful?