Wireshark 4.7.2
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
hashipv6 Struct Reference

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]

Detailed Description

Hash table entry for a resolved or unresolved IPv6 address.

Member Data Documentation

◆ addr

uint8_t hashipv6::addr[16]

IPv6 address in network byte order used as the hash key.

◆ cidr_addr

char hashipv6::cidr_addr[WS_INET6_CIDRADDRSTRLEN]

CIDR notation string representation of the IPv6 address/prefix (e.g. "2001:db8::/32").

◆ flags

uint8_t hashipv6::flags

State flags: B0 = dummy entry, B1 = resolution attempted, B2 = address appears in the capture.

◆ ip6

char hashipv6::ip6[WS_INET6_ADDRSTRLEN]

Colon-separated string representation of the IPv6 address (e.g. "2001:db8::1").

◆ name

char hashipv6::name[256]

Resolved DNS hostname for this address, or an empty string if unresolved.


The documentation for this struct was generated from the following file: