September 2018
Intermediate to advanced
426 pages
10h 46m
English
With the rdpcap() function, we can read a pcap file and get a list of packages that can be handled directly from Python:
scapy> file=rdpcap('<path_file.pcap>')scapy> file.summary()scapy> file.sessions()scapy> file.show()
Read now
Unlock full access