|
|
THE MD5 authentication trailer has the following content:
af (2 bytes): // 0xffff - Authentication header one (2 bytes): // 0x01 - RFC2082 defined auth_data (16 bytes); // 16 bytes of data
MD5PacketTrailer (const uint8_t* data)
| MD5PacketTrailer |
static const size_t SIZE | SIZE |
size_t size ()
| size |
[static]
Get the RIP IPv4 MD5 authentication trailer size.
Returns: the RIP IPv4 MD5 authentication trailer size.
uint16_t addr_family ()
| addr_family |
[const]
const uint8_t* auth_data ()
| auth_data |
[const]
uint32_t auth_data_bytes ()
| auth_data_bytes |
[const]
uint32_t auth_data_offset ()
| auth_data_offset |
[const]
bool valid ()
| valid |
[const]
static const size_t _af_sizeof | _af_sizeof |
[protected]
static const size_t _one_sizeof | _one_sizeof |
[protected]
static const size_t _auth_data_sizeof | _auth_data_sizeof |
[protected]
static const size_t _af_offset | _af_offset |
[protected]
static const size_t _one_offset | _one_offset |
[protected]
static const size_t _auth_data_offset | _auth_data_offset |
[protected]