import scapy. def parse_http_pcap(pcap_path):. pcap_infos = list(). packets = scapy.rdpcap(pcap_path). for p in packets: print "----".
確定! 回上一頁