|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Single frame on the ASN.1 parameterized type resolution stack. More...
#include <asn1.h>
Public Attributes | |
| const char * | name |
| struct _asn1_par_t * | par |
| struct _asn1_stack_frame_t * | next |
Single frame on the ASN.1 parameterized type resolution stack.
| const char* _asn1_stack_frame_t::name |
Name of the ASN.1 type being resolved at this frame.
| struct _asn1_stack_frame_t* _asn1_stack_frame_t::next |
Next (outer) frame on the stack, or NULL if this is the bottom.
| struct _asn1_par_t* _asn1_stack_frame_t::par |
Linked list of resolved parameter arguments for this frame.