|
PcapPlusPlus
25.05
|
#include <LdapLayer.h>
Public Member Functions | |
| LdapResultCode | getResultCode () const |
| std::string | getMatchedDN () const |
| std::string | getDiagnosticMessage () const |
| std::vector< std::string > | getReferral () const |
Public Member Functions inherited from pcpp::LdapLayer | |
| LdapLayer (uint16_t messageId, LdapOperationType operationType, const std::vector< Asn1Record * > &messageRecords, const std::vector< LdapControl > &controls=std::vector< LdapControl >()) | |
| Asn1SequenceRecord * | getRootAsn1Record () const |
| Asn1ConstructedRecord * | getLdapOperationAsn1Record () const |
| uint16_t | getMessageID () const |
| std::vector< LdapControl > | getControls () const |
| virtual LdapOperationType | getLdapOperationType () const |
| template<typename Method , typename ResultType > | |
| bool | tryGet (Method method, ResultType &result) |
| void | parseNextLayer () override |
| Tries to identify more LDAP messages in this packet if exist. | |
| size_t | getHeaderLen () const override |
| void | computeCalculateFields () override |
| Each layer can compute field values automatically using this method. This is an abstract method. | |
| OsiModelLayer | getOsiModelLayer () const override |
| std::string | toString () const override |
Public Member Functions inherited from pcpp::Layer | |
| ~Layer () override | |
| Layer * | getNextLayer () const |
| Layer * | getPrevLayer () const |
| ProtocolType | getProtocol () const |
| bool | isMemberOfProtocolFamily (ProtocolTypeFamily protocolTypeFamily) const |
| uint8_t * | getData () const |
| size_t | getDataLen () const |
| uint8_t * | getLayerPayload () const |
| size_t | getLayerPayloadSize () const |
| bool | isAllocatedToPacket () const |
| void | copyData (uint8_t *toArr) const |
| uint8_t * | getDataPtr (size_t offset=0) const override |
Additional Inherited Members | |
Static Public Member Functions inherited from pcpp::LdapLayer | |
| static bool | isLdapPort (uint16_t port) |
| static LdapLayer * | parseLdapMessage (uint8_t *data, size_t dataLen, Layer *prevLayer, Packet *packet) |
Protected Member Functions inherited from pcpp::Layer | |
| template<typename T , typename... Args> | |
| Layer * | constructNextLayer (uint8_t *data, size_t dataLen, Packet *packet, Args &&... extraArgs) |
| template<typename T , typename TFallback , typename... Args> | |
| Layer * | tryConstructNextLayerWithFallback (uint8_t *data, size_t dataLen, Packet *packet, Args &&... extraArgs) |
Static Protected Member Functions inherited from pcpp::Layer | |
| template<typename T > | |
| static bool | canReinterpretAs (const uint8_t *data, size_t dataLen) |
| Check if the data is large enough to reinterpret as a type. More... | |
An abstract class for representing an LDAP response message. It's the parent class for all response message layers
| std::string pcpp::LdapResponseLayer::getDiagnosticMessage | ( | ) | const |
| std::string pcpp::LdapResponseLayer::getMatchedDN | ( | ) | const |
| std::vector<std::string> pcpp::LdapResponseLayer::getReferral | ( | ) | const |
| LdapResultCode pcpp::LdapResponseLayer::getResultCode | ( | ) | const |