PcapPlusPlus
24.09
|
#include <LdapLayer.h>
Public Member Functions | |
bool | operator== (const LdapAttribute &other) const |
Public Attributes | |
std::string | type |
Attribute description. | |
std::vector< std::string > | values |
A list of attribute values (zero or more) | |
A struct that represents an LDAP attribute
|
inline |
Equality operator overload for this struct
[in] | other | The value to compare with |