|
PcapPlusPlus
24.09
|
#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 |
| size_t | getHeaderLen () const override |
| void | computeCalculateFields () override |
| OsiModelLayer | getOsiModelLayer () const override |
| std::string | toString () const override |
Public Member Functions inherited from pcpp::Layer | |
| virtual | ~Layer () |
| 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 |
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) |
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 |