|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Sorted, named list of AVPs (Attribute-Value Pair List). More...
#include <mate_util.h>
Public Attributes | |
| char * | name |
| uint32_t | len |
| AVPN | null |
Sorted, named list of AVPs (Attribute-Value Pair List).
The null member serves as a sentinel head/tail node; the live list is bounded between null.next (first) and null.prev (last).
| uint32_t _avp_list::len |
Number of AVPs currently held in the list.
| char* _avp_list::name |
Human-readable name identifying this AVP list.
| AVPN _avp_list::null |
Sentinel boundary node; never holds a real AVP.