Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
_asn1_stack_frame_t Struct Reference

Single frame on the ASN.1 parameterized type resolution stack. More...

#include <asn1.h>

Public Attributes

const char * name
 
struct _asn1_par_tpar
 
struct _asn1_stack_frame_tnext
 

Detailed Description

Single frame on the ASN.1 parameterized type resolution stack.

Member Data Documentation

◆ name

const char* _asn1_stack_frame_t::name

Name of the ASN.1 type being resolved at this frame.

◆ next

struct _asn1_stack_frame_t* _asn1_stack_frame_t::next

Next (outer) frame on the stack, or NULL if this is the bottom.

◆ par

struct _asn1_par_t* _asn1_stack_frame_t::par

Linked list of resolved parameter arguments for this frame.


The documentation for this struct was generated from the following file: