Temp (,) {'__display__': [], '__slots__': ['data']} Packet (,) { '__bytes__': , '__getitem__': , '__init__': , '__iter__': , '__len__': , '__module__': 'dpkt.dpkt', '__qualname__': 'Packet', '__repr__': , '__slots__': ['data'], '__str__': , 'pack': , 'pack_hdr': , 'unpack': } Ethernet (,) { '__bytes__': , '__doc__': 'Ethernet.\n' '\n' ' Ethernet II, LLC (802.3+802.2), LLC/SNAP, and Novell raw ' '802.3,\n' ' with automatic 802.1q, MPLS, PPPoE, and Cisco ISL ' 'decapsulation.\n' '\n' ' Attributes:\n' ' __hdr__: Header fields of Ethernet.\n' ' TODO.\n' ' ', '__hdr__': (('dst', '6s', b''), ('src', '6s', b''), ('type', 'H', 2048)), '__init__': , '__len__': , '__module__': 'dpkt.ethernet', '__qualname__': 'Ethernet', '__slots__': [ 'padding', 'fcs', 'trailer', 'vlan', 'vlan_tags', 'vlanid', 'priority', 'cfi', 'labels', 'mpls_labels', '_next_type'], '_typesw': {}, '_typesw_rev': {}, '_unpack_data': , 'get_type': , 'get_type_rev': , 'len': , 'pack_hdr': , 'set_type': , 'unpack': }