|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
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 |
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.
| uint32_t _stream_addr::ipv4 |
IPv4 address.
| ws_in6_addr _stream_addr::ipv6 |
IPv6 address structure.