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

Class LDAP_realSearchControlValue

scapy/layers/ldap.py:1003–1008  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1001
1002
1003class LDAP_realSearchControlValue(ASN1_Packet):
1004 ASN1_codec = ASN1_Codecs.BER
1005 ASN1_root = ASN1F_SEQUENCE(
1006 ASN1F_INTEGER("size", 0),
1007 ASN1F_STRING("cookie", ""),
1008 )
1009
1010
1011_LDAP_CONTROLS["1.2.840.113556.1.4.319"] = LDAP_realSearchControlValue

Callers 1

searchMethod · 0.85

Calls 3

ASN1F_SEQUENCEClass · 0.90
ASN1F_INTEGERClass · 0.90
ASN1F_STRINGClass · 0.90

Tested by

no test coverage detected