Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
packet-ansi_map.h
1 /* Do not modify this file. Changes will be overwritten. */
2 /* Generated automatically by the ASN.1 to Wireshark dissector compiler */
3 /* packet-ansi_map.h */
4 /* asn2wrs.py -b -p ansi_map -c ./ansi_map.cnf -s ./packet-ansi_map-template -D . -O ../.. ansi_map.asn */
5 
6 /* Input file: packet-ansi_map-template.h */
7 
8 #line 1 "./asn1/ansi_map/packet-ansi_map-template.h"
9 /* packet-ansi_map.h
10  * Routines for ansi_map packet dissection
11  * Copyright 2005, Anders Broman <anders.broman@ericsson.com>
12  *
13  * Wireshark - Network traffic analyzer
14  * By Gerald Combs <gerald@wireshark.org>
15  * Copyright 1998 Gerald Combs
16  *
17  * SPDX-License-Identifier: GPL-2.0-or-later
18  */
19 
20 #ifndef PACKET_ANSI_MAP_H
21 #define PACKET_ANSI_MAP_H
22 
23 #include "ws_symbol_export.h"
24 
25 #define ANSI_MAP_MAX_NUM_MESSAGE_TYPES 256
26 
27 typedef struct _ansi_map_tap_rec_t {
28  guint8 message_type;
29  guint16 size;
31 
32 
33 /*
34  * the following allows TAP code access to the messages
35  * without having to duplicate it. With MSVC and a
36  * libwireshark.dll, we need a special declaration.
37  */
38 WS_DLL_PUBLIC const value_string ansi_map_opr_code_strings[];
39 
40 
41 
42 /*#include "packet-ansi_map-exp.h" */
43 
44 #endif /* PACKET_ansi_map_H */
45 
46 
Definition: packet-ansi_map-template.h:19
Definition: value_string.h:24