PcapPlusPlus  Next
pcpp::LdapControl Struct Reference

#include <LdapLayer.h>

Public Member Functions

bool operator== (const LdapControl &other) const
 

Public Attributes

std::string controlType
 LDAP control type.
 
std::string controlValue
 LDAP control value.
 

Detailed Description

A struct that represents an LDAP Control

Member Function Documentation

◆ operator==()

bool pcpp::LdapControl::operator== ( const LdapControl other) const
inline

Equality operator overload for this struct

Parameters
[in]otherThe value to compare with
Returns
True if both values are equal, false otherwise