|
PcapPlusPlus
24.09
|
#include <LdapLayer.h>
Public Member Functions | |
| LdapUnbindRequestLayer (uint16_t messageId, const std::vector< LdapControl > &controls=std::vector< LdapControl >()) | |
| LdapOperationType | getLdapOperationType () const override |
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 |
| 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) |
Represents LDAP unbind operation
|
explicit |
A constructor to create a new LDAP unbind message
| [in] | messageId | The LDAP message ID |
| [in] | controls | A vector of LDAP controls. This is an optional parameter, if not provided the message will be created without LDAP controls |
|
inlineoverridevirtual |
Reimplemented from pcpp::LdapLayer.