from scapy.all import * pkts = rdpcap('packet.pcap') pkts[1021].show() # 序号为1022的报文为DHCPv6 Request报文(通过wireshark查看).
確定! 回上一頁