Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
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 -q -L -p ansi_map -c ./ansi_map.cnf -s ./packet-ansi_map-template -D . -O ../.. ansi_map.asn */
5
6/* packet-ansi_map.h
7 * Routines for ansi_map packet dissection
8 * Copyright 2005, Anders Broman <[email protected]>
9 *
10 * Wireshark - Network traffic analyzer
11 * By Gerald Combs <[email protected]>
12 * Copyright 1998 Gerald Combs
13 *
14 * SPDX-License-Identifier: GPL-2.0-or-later
15 */
16
17#ifndef PACKET_ANSI_MAP_H
18#define PACKET_ANSI_MAP_H
19
20#include "ws_symbol_export.h"
21
22#define ANSI_MAP_MAX_NUM_MESSAGE_TYPES 256
23
24typedef struct _ansi_map_tap_rec_t {
25 uint8_t message_type;
26 uint16_t size;
28
29
30/*
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.
34 */
35WS_DLL_PUBLIC const value_string ansi_map_opr_code_strings[];
36
37
38
39/*#include "packet-ansi_map-exp.h" */
40
41#endif /* PACKET_ansi_map_H */
42
43
Definition packet-ansi_map.h:24
Definition value_string.h:25