/usr/include/wireshark/epan/asn1.h is in libwireshark-dev 2.0.2+ga16e22e-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 | /* asn1.h
* Common data for ASN.1
* 2007 Anders Broman
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef __ASN1_H__
#define __ASN1_H__
#include "ws_symbol_export.h"
typedef enum {
ASN1_ENC_BER, /* X.690 - BER, CER, DER */
ASN1_ENC_PER, /* X.691 - PER */
ASN1_ENC_ECN, /* X.692 - ECN */
ASN1_ENC_XER /* X.693 - XER */
} asn1_enc_e;
typedef enum {
CB_ASN1_ENC,
CB_DISSECTOR,
CB_NEW_DISSECTOR,
CB_DISSECTOR_HANDLE
} asn1_cb_variant;
typedef enum {
ASN1_PAR_IRR, /* irrelevant parameter */
/* value */
ASN1_PAR_BOOLEAN,
ASN1_PAR_INTEGER,
/* type */
ASN1_PAR_TYPE
} asn1_par_type;
typedef struct _asn1_par_def_t {
const gchar *name;
asn1_par_type ptype;
} asn1_par_def_t;
typedef struct _asn1_par_t {
const gchar *name;
asn1_par_type ptype;
union {
gboolean v_boolean;
gint32 v_integer;
void *v_type;
} value;
struct _asn1_par_t *next;
} asn1_par_t;
typedef struct _asn1_stack_frame_t {
const gchar *name;
struct _asn1_par_t *par;
struct _asn1_stack_frame_t *next;
} asn1_stack_frame_t;
#define ASN1_CTX_SIGNATURE 0x41435458 /* "ACTX" */
typedef struct _asn1_ctx_t {
guint32 signature;
asn1_enc_e encoding;
gboolean aligned;
packet_info *pinfo;
proto_item *created_item;
struct _asn1_stack_frame_t *stack;
void *value_ptr;
void *private_data;
struct {
int hf_index;
gboolean data_value_descr_present;
gboolean direct_ref_present;
gboolean indirect_ref_present;
tvbuff_t *data_value_descriptor;
const char *direct_reference;
gint32 indirect_reference;
gint encoding;
/*
0 : single-ASN1-type,
1 : octet-aligned,
2 : arbitrary
*/
tvbuff_t *single_asn1_type;
tvbuff_t *octet_aligned;
tvbuff_t *arbitrary;
union {
struct {
int (*ber_callback)(gboolean imp_tag, tvbuff_t *tvb, int offset, struct _asn1_ctx_t* ,proto_tree *tree, int hf_index );
} ber;
struct {
int (*type_cb)(tvbuff_t*, int, struct _asn1_ctx_t*, proto_tree*, int);
} per;
} u;
} external;
struct {
proto_tree *tree;
proto_tree *top_tree;
void* tree_ctx;
} subtree;
struct {
int hf_index;
gboolean data_value_descr_present;
tvbuff_t *data_value_descriptor;
gint identification;
/*
0 : syntaxes,
1 : syntax,
2 : presentation-context-id,
3 : context-negotiation,
4 : transfer-syntax,
5 : fixed
*/
gint32 presentation_context_id;
const char *abstract_syntax;
const char *transfer_syntax;
tvbuff_t *data_value;
union {
struct {
int (*ber_callback)(gboolean imp_tag, tvbuff_t *tvb, int offset, struct _asn1_ctx_t* ,proto_tree *tree, int hf_index );
} ber;
struct {
int (*type_cb)(tvbuff_t*, int, struct _asn1_ctx_t*, proto_tree*, int);
} per;
} u;
} embedded_pdv;
struct _rose_ctx_t *rose_ctx;
} asn1_ctx_t;
#define ROSE_CTX_SIGNATURE 0x524F5345 /* "ROSE" */
typedef struct _rose_ctx_t {
guint32 signature;
dissector_table_t arg_global_dissector_table;
dissector_table_t arg_local_dissector_table;
dissector_table_t res_global_dissector_table;
dissector_table_t res_local_dissector_table;
dissector_table_t err_global_dissector_table;
dissector_table_t err_local_dissector_table;
/* filling in description into tree, info column, any buffer */
int apdu_depth;
gboolean fillin_info;
gchar *fillin_ptr;
gsize fillin_buf_size;
struct { /* "dynamic" data */
gint pdu;
/*
1 : invoke,
2 : returnResult,
3 : returnError,
4 : reject
*/
gint code;
/*
-1 : none (optional in ReturnResult)
0 : local,
1 : global
*/
gint32 code_local;
const char *code_global;
proto_item *code_item;
} d;
void *private_data;
} rose_ctx_t;
WS_DLL_PUBLIC void asn1_ctx_init(asn1_ctx_t *actx, asn1_enc_e encoding, gboolean aligned, packet_info *pinfo);
extern gboolean asn1_ctx_check_signature(asn1_ctx_t *actx);
extern void asn1_ctx_clean_external(asn1_ctx_t *actx);
extern void asn1_ctx_clean_epdv(asn1_ctx_t *actx);
extern void asn1_stack_frame_push(asn1_ctx_t *actx, const gchar *name);
extern void asn1_stack_frame_pop(asn1_ctx_t *actx, const gchar *name);
extern void asn1_stack_frame_check(asn1_ctx_t *actx, const gchar *name, const asn1_par_def_t *par_def);
extern void asn1_param_push_boolean(asn1_ctx_t *actx, gboolean value);
extern void asn1_param_push_integer(asn1_ctx_t *actx, gint32 value);
extern gboolean asn1_param_get_boolean(asn1_ctx_t *actx, const gchar *name);
extern gint32 asn1_param_get_integer(asn1_ctx_t *actx, const gchar *name);
WS_DLL_PUBLIC void rose_ctx_init(rose_ctx_t *rctx);
extern gboolean rose_ctx_check_signature(rose_ctx_t *rctx);
WS_DLL_PUBLIC void rose_ctx_clean_data(rose_ctx_t *rctx);
WS_DLL_PUBLIC asn1_ctx_t *get_asn1_ctx(void *ptr);
WS_DLL_PUBLIC rose_ctx_t *get_rose_ctx(void *ptr);
extern double asn1_get_real(const guint8 *real_ptr, gint len);
/* flags */
#define ASN1_EXT_ROOT 0x01
#define ASN1_EXT_EXT 0x02
#define ASN1_OPT 0x04
#define ASN1_DFLT 0x08
#define ASN1_HAS_EXT(f) ((f)&(ASN1_EXT_ROOT|ASN1_EXT_EXT))
#endif /* __ASN1_H__ */
|