2017-07-04 1 views

Antwort

1

Die scapy Funktion, die Sie suchen ist rdpcap

from scapy.all import * 

packets = rdpcap('file.pcap') 
packets[0].show() 
Verwandte Themen