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

Class Keytab

scapy/modules/ticketer.py:365–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

363
364
365class Keytab(Packet):
366 fields_desc = [
367 ShortField("file_format_version", 0x502),
368 PacketListField("entries", [], KeytabEntry),
369 ]
370
371
372# TK scrollFrame (MPL-2.0)

Callers 2

__init__Method · 0.85
open_keytabMethod · 0.85

Calls 2

ShortFieldClass · 0.90
PacketListFieldClass · 0.90

Tested by

no test coverage detected