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

Class LastReqItem

scapy/layers/kerberos.py:1838–1843  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1836
1837
1838class LastReqItem(ASN1_Packet):
1839 ASN1_codec = ASN1_Codecs.BER
1840 ASN1_root = ASN1F_SEQUENCE(
1841 Int32("lrType", 0, explicit_tag=0xA0),
1842 KerberosTime("lrValue", GeneralizedTime(), explicit_tag=0xA1),
1843 )
1844
1845
1846EncKDCRepPart = ASN1F_SEQUENCE(

Callers

nothing calls this directly

Calls 2

ASN1F_SEQUENCEClass · 0.90
GeneralizedTimeClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…