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

Class LDAP_Control

scapy/layers/ldap.py:989–997  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

987
988
989class LDAP_Control(ASN1_Packet):
990 ASN1_codec = ASN1_Codecs.BER
991 ASN1_root = ASN1F_SEQUENCE(
992 LDAPOID("controlType", ""),
993 ASN1F_optional(
994 ASN1F_BOOLEAN("criticality", False),
995 ),
996 ASN1F_optional(_ControlValue_Field("controlValue", "")),
997 )
998
999
1000# RFC 2696 - LDAP Control Extension for Simple Paged Results Manipulation

Callers 2

viewsecMethod · 0.90
searchMethod · 0.85

Calls 4

ASN1F_SEQUENCEClass · 0.90
ASN1F_optionalClass · 0.90
ASN1F_BOOLEANClass · 0.90
_ControlValue_FieldClass · 0.85

Tested by

no test coverage detected