Reading pcap files with scapy

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()
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.116.60.158