PcapPlusPlus  Next
pcpp::LdapAttribute Struct Reference

#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)
 

Detailed Description

A struct that represents an LDAP attribute

Member Function Documentation

◆ operator==()

bool pcpp::LdapAttribute::operator== ( const LdapAttribute 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