Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
_stream_addr Union Reference

Represents an IP address for a stream, supporting both IPv4 and IPv6. More...

#include <follow.h>

Public Attributes

uint32_t ipv4
 
ws_in6_addr ipv6
 

Detailed Description

Represents an IP address for a stream, supporting both IPv4 and IPv6.

This union allows flexible storage of either an IPv4 or IPv6 address for stream identification or filtering.

Member Data Documentation

◆ ipv4

uint32_t _stream_addr::ipv4

IPv4 address.

◆ ipv6

ws_in6_addr _stream_addr::ipv6

IPv6 address structure.


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