PcapPlusPlus
Next
|
#include <IPv6Layer.h>
Public Attributes | |
uint8_t | trafficClass: 4 |
Traffic class. | |
uint8_t | ipVersion: 4 |
IP version number, has the value of 6 for IPv6. | |
uint8_t | flowLabel [3] |
Flow label. | |
uint16_t | payloadLength |
The size of the payload in octets, including any extension headers. | |
uint8_t | nextHeader |
Specifies the type of the next header (protocol). Must be one of IPProtocolTypes. | |
uint8_t | hopLimit |
Replaces the time to live field of IPv4. | |
uint8_t | ipSrc [16] |
Source address. | |
uint8_t | ipDst [16] |
Destination address. | |
Represents IPv6 protocol header