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

Class CCAuthData

scapy/modules/ticketer.py:199–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197
198
199class CCAuthData(Packet):
200 fields_desc = [
201 ShortEnumField("authtype", 0, _AD_TYPES),
202 PacketField("authdata", CCCountedOctetString(), CCCountedOctetString),
203 ]
204
205 def guess_payload_class(self, payload):
206 return conf.padding_layer
207
208
209class CCCredential(Packet):

Callers

nothing calls this directly

Calls 3

ShortEnumFieldClass · 0.90
PacketFieldClass · 0.90

Tested by

no test coverage detected