PcapPlusPlus
Next
|
#include <LdapLayer.h>
Public Types | |
enum | Value : uint8_t { BaseObject = 0 , SingleLevel = 1 , WholeSubtree = 2 , subordinateSubtree = 3 , Unknown = 255 } |
Public Member Functions | |
constexpr | SearchRequestScope (Value value) |
std::string | toString () const |
Static Public Member Functions | |
static SearchRequestScope | fromUintValue (uint8_t value) |
An enum wrapper class for LDAP search request scope
enum pcpp::LdapSearchRequestLayer::SearchRequestScope::Value : uint8_t |
Define enum types and the corresponding int values
|
inlineconstexpr |
Construct SearchRequestScope from Value enum
[in] | value | the scope enum value |
|
static |
A static method that creates SearchRequestScope from an integer value
[in] | value | The scope integer value |
std::string pcpp::LdapSearchRequestLayer::SearchRequestScope::toString | ( | ) | const |