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

Aggregates lists of resolved IPv4 and IPv6 addresses for writing into a pcapng Name Resolution Block (NRB). More...

#include <wtap.h>

Public Attributes

GList * ipv4_addr_list
GList * ipv6_addr_list

Detailed Description

Aggregates lists of resolved IPv4 and IPv6 addresses for writing into a pcapng Name Resolution Block (NRB).

Member Data Documentation

◆ ipv4_addr_list

GList* addrinfo_lists::ipv4_addr_list

A list of resolved hashipv4_t entries to be written into the NRB.

◆ ipv6_addr_list

GList* addrinfo_lists::ipv6_addr_list

A list of resolved hashipv6_t entries to be written into the NRB.


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