I am generating a PDF of a packet using Scapy's pdfdump method: from scapy.layers.inet import ICMP, IP packet = IP(dst="192.168.111.1") ...
確定! 回上一頁