|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Represents an IPv6 address in binary format. More...
#include <etw_message.h>
Public Attributes | ||
| union { | ||
| UCHAR Byte [16] | ||
| USHORT Word [8] | ||
| } | u | |
Represents an IPv6 address in binary format.
This structure provides access to the 128-bit IPv6 address either as an array of 16 bytes or as 8 16-bit words.
| UCHAR in6_addr::Byte[16] |
IPv6 address as an array of 16 bytes.
| USHORT in6_addr::Word[8] |
IPv6 address as an array of 8 16-bit words.