MCPcopy Create free account
hub / github.com/secdev/scapy / KRB_FINISHED

Class KRB_FINISHED

scapy/layers/kerberos.py:2375–2379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2373
2374
2375class KRB_FINISHED(ASN1_Packet):
2376 ASN1_codec = ASN1_Codecs.BER
2377 ASN1_root = ASN1F_SEQUENCE(
2378 ASN1F_PACKET("gssMic", Checksum(), Checksum, explicit_tag=0xA1),
2379 )
2380
2381
2382# RFC 6542 sect 3.1

Callers 1

KRB_GSS_EXTClass · 0.85

Calls 3

ASN1F_SEQUENCEClass · 0.90
ASN1F_PACKETClass · 0.90
ChecksumClass · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…