|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
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 |
Holds a network or link-layer address of any supported type.
| const void* _address::data |
Pointer to the raw address bytes; not owned by this struct.
| int _address::len |
Length of the address data pointed to by data, in bytes.
| void* _address::priv |
Reserved for internal address-type implementation use; must not be accessed by callers.
| int _address::type |
Address family; one of the address_type values.