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

Holds a network or link-layer address of any supported type. More...

#include <address.h>

Public Attributes

int type
 
int len
 
const void * data
 
void * priv
 

Detailed Description

Holds a network or link-layer address of any supported type.

Member Data Documentation

◆ data

const void* _address::data

Pointer to the raw address bytes; not owned by this struct.

◆ len

int _address::len

Length of the address data pointed to by data, in bytes.

◆ priv

void* _address::priv

Reserved for internal address-type implementation use; must not be accessed by callers.

◆ type

int _address::type

Address family; one of the address_type values.


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