假设我们现在已经从Wireshark导出了test.pcap数据包。 读取pcap文件有两种方式,逐行读入内存和一次性读入内存。 第一种方式,一次性读入内存。 from scapy.all import ...
確定! 回上一頁