#!/usr/bin/env python import dpkt import struct import sys with open(sys.argv[1], "rb") as pcap_in: try: pcap = dpkt.pcap.
確定! 回上一頁