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

Class CCAddress

scapy/modules/ticketer.py:189–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187
188
189class CCAddress(Packet):
190 fields_desc = [
191 ShortEnumField("addrtype", 0, _ADDR_TYPES),
192 PacketField("address", CCCountedOctetString(), CCCountedOctetString),
193 ]
194
195 def guess_payload_class(self, payload):
196 return conf.padding_layer
197
198
199class CCAuthData(Packet):

Callers

nothing calls this directly

Calls 3

ShortEnumFieldClass · 0.90
PacketFieldClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…