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

Class LDAP_PartialAttribute

scapy/layers/ldap.py:776–781  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

774
775
776class LDAP_PartialAttribute(ASN1_Packet):
777 ASN1_codec = ASN1_Codecs.BER
778 ASN1_root = ASN1F_SEQUENCE(
779 AttributeType("type", ""),
780 ASN1F_SET_OF("values", [], LDAP_AttributeValue),
781 )
782
783
784class LDAP_SearchResponseEntry(ASN1_Packet):

Callers 6

viewsecMethod · 0.90
_members_popupMethod · 0.90
editMethod · 0.90
make_replyMethod · 0.85

Calls 2

ASN1F_SEQUENCEClass · 0.90
ASN1F_SET_OFClass · 0.90

Tested by

no test coverage detected