PcapPlusPlus
22.11
|
#include <DhcpV6Layer.h>
Public Member Functions | |
DhcpV6Option (uint8_t *optionRawData) | |
virtual | ~DhcpV6Option () |
DhcpV6OptionType | getType () const |
std::string | getValueAsHexString () const |
size_t | getTotalSize () const |
size_t | getDataSize () const |
Public Member Functions inherited from pcpp::TLVRecord< uint16_t, uint16_t > | |
TLVRecord (uint8_t *recordRawData) | |
TLVRecord (const TLVRecord &other) | |
virtual | ~TLVRecord () |
void | assign (uint8_t *recordRawData) |
TLVRecord & | operator= (const TLVRecord &other) |
bool | operator== (const TLVRecord &rhs) const |
bool | operator!= (const TLVRecord &rhs) const |
uint16_t | getType () const |
uint8_t * | getValue () const |
bool | isNull () const |
bool | isNotNull () const |
uint8_t * | getRecordBasePtr () const |
void | purgeRecordData () |
T | getValueAs (size_t offset=0) const |
bool | setValue (T newValue, int valueOffset=0) |
A wrapper class for DHCPv6 options. This class does not create or modify DHCP option records, but rather serves as a wrapper and provides useful methods for setting and retrieving data to/from them
|
inline |
A c'tor for this class that gets a pointer to the option raw data (byte array)
[in] | optionRawData | A pointer to the option raw data |
|
inlinevirtual |
A d'tor for this class, currently does nothing
|
virtual |
Implements pcpp::TLVRecord< uint16_t, uint16_t >.
|
virtual |
Implements pcpp::TLVRecord< uint16_t, uint16_t >.
DhcpV6OptionType pcpp::DhcpV6Option::getType | ( | ) | const |
std::string pcpp::DhcpV6Option::getValueAsHexString | ( | ) | const |