MCPcopy Index your code
hub / github.com/secdev/scapy / from_hexcap

Method from_hexcap

scapy/packet.py:122–124  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

120
121 @classmethod
122 def from_hexcap(cls):
123 # type: (Type[Packet]) -> Packet
124 return cls(import_hexcap())
125
126 @classmethod
127 def upper_bonds(self):

Callers

nothing calls this directly

Calls 1

import_hexcapFunction · 0.90

Tested by

no test coverage detected