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 -q -L -p ansi_map -c ./ansi_map.cnf -s ./packet-ansi_map-template -D . -O ../.. ansi_map.asn */
7 * Routines for ansi_map packet dissection
8 * Copyright 2005, Anders Broman <anders.broman@ericsson.com>
10 * Wireshark - Network traffic analyzer
11 * By Gerald Combs <gerald@wireshark.org>
12 * Copyright 1998 Gerald Combs
14 * SPDX-License-Identifier: GPL-2.0-or-later
17 #ifndef PACKET_ANSI_MAP_H
18 #define PACKET_ANSI_MAP_H
20 #include "ws_symbol_export.h"
22 #define ANSI_MAP_MAX_NUM_MESSAGE_TYPES 256
24 typedef struct _ansi_map_tap_rec_t
{
31 * the following allows TAP code access to the messages
32 * without having to duplicate it. With MSVC and a
33 * libwireshark.dll, we need a special declaration.
35 WS_DLL_PUBLIC
const value_string ansi_map_opr_code_strings
[];
39 /*#include "packet-ansi_map-exp.h" */
41 #endif /* PACKET_ansi_map_H */