|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Attribute-Value Pair (AVP): a named value with an associated match operator. More...
#include <mate_util.h>
Public Attributes | |
| char * | n |
| char * | v |
| char | o |
Attribute-Value Pair (AVP): a named value with an associated match operator.
| char* _avp::n |
Name of the attribute.
| char _avp::o |
Match operator (e.g. '=', '<', '>', '~').
| char* _avp::v |
Value of the attribute.