Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
365
class
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_keytab
Method · 0.85
Calls
2
ShortField
Class · 0.90
PacketListField
Class · 0.90
Tested by
no test coverage detected