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

Class CCache

scapy/modules/ticketer.py:274–281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272
273
274class CCache(Packet):
275 fields_desc = [
276 ShortField("file_format_version", 0x0504),
277 ShortField("headerlen", 0),
278 PacketListField("headers", [], CCHeader, length_from=lambda pkt: pkt.headerlen),
279 PacketField("primary_principal", CCPrincipal(), CCPrincipal),
280 PacketListField("credentials", [], CCCredential),
281 ]
282
283
284# Keytab

Callers 2

__init__Method · 0.85
open_ccacheMethod · 0.85

Calls 4

ShortFieldClass · 0.90
PacketListFieldClass · 0.90
PacketFieldClass · 0.90
CCPrincipalClass · 0.85

Tested by

no test coverage detected