|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
List of AVP Lists (LoAL): a named, doubly-linked collection of AVPLs. More...
#include <mate_util.h>
Public Attributes | |
| char * | name |
| unsigned | len |
| LoALnode | null |
List of AVP Lists (LoAL): a named, doubly-linked collection of AVPLs.
The null member serves as a sentinel head/tail node; the live list is bounded between null.next (first) and null.prev (last).
| unsigned _loal::len |
Number of AVPLs currently held in the list.
| char* _loal::name |
Human-readable name identifying this list of AVPL lists.
| LoALnode _loal::null |
Sentinel boundary node; never holds a real AVPL.