Searched refs:import_hexcap (Results 1 – 3 of 3) sorted by relevance
23 from scapy.utils import import_hexcap,tex_escape,colgen,get_temp_file, \70 return cls(import_hexcap())
1198 def import_hexcap(): function
753 Hexdump above can be reimported back into Scapy using ``import_hexcap()``::755 >>> pkt_hex = Ether(import_hexcap())