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

Class LDAP_SearchResponseEntry

scapy/layers/ldap.py:784–794  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

782
783
784class LDAP_SearchResponseEntry(ASN1_Packet):
785 ASN1_codec = ASN1_Codecs.BER
786 ASN1_root = ASN1F_SEQUENCE(
787 LDAPDN("objectName", ""),
788 ASN1F_SEQUENCE_OF(
789 "attributes",
790 LDAP_PartialAttribute(),
791 LDAP_PartialAttribute,
792 ),
793 implicit_tag=ASN1_Class_LDAP.SearchResultEntry,
794 )
795
796
797class LDAP_SearchResponseResultDone(ASN1_Packet):

Callers 1

make_replyMethod · 0.85

Calls 3

ASN1F_SEQUENCEClass · 0.90
ASN1F_SEQUENCE_OFClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…