|
Wireshark 4.7.2
The Wireshark network protocol analyzer
|
Hash table entry for a resolved or unresolved IPv6 address. More...
#include <wtap.h>
Public Attributes | |
| uint8_t | addr [16] |
| uint8_t | flags |
| char | ip6 [WS_INET6_ADDRSTRLEN] |
| char | name [256] |
| char | cidr_addr [WS_INET6_CIDRADDRSTRLEN] |
Hash table entry for a resolved or unresolved IPv6 address.
| uint8_t hashipv6::addr[16] |
IPv6 address in network byte order used as the hash key.
| char hashipv6::cidr_addr[WS_INET6_CIDRADDRSTRLEN] |
CIDR notation string representation of the IPv6 address/prefix (e.g. "2001:db8::/32").
| uint8_t hashipv6::flags |
State flags: B0 = dummy entry, B1 = resolution attempted, B2 = address appears in the capture.
| char hashipv6::ip6[WS_INET6_ADDRSTRLEN] |
Colon-separated string representation of the IPv6 address (e.g. "2001:db8::1").
| char hashipv6::name[256] |
Resolved DNS hostname for this address, or an empty string if unresolved.