New GSM MAP files based on the asn2eth compiler.

svn path=/trunk/; revision=12470
This commit is contained in:
Anders Broman 2004-11-01 22:33:09 +00:00
parent a2a5fb3e6e
commit 76bafcae5e
2 changed files with 9624 additions and 3015 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,10 +1,16 @@
/* packet-gsm_map.h
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Ethereal dissector compiler */
/* .\packet-gsm_map.h */
/* ../../tools/asn2eth.py -e -X -b -p gsm_map -c gsmmap.cnf -s packet-gsm_map-template GSMMAP.asn */
/* Input file: packet-gsm_map-template.h */
/* packet-gsm_map-template.h
* Routines for GSM MAP packet dissection
* Copyright 2004, Anders Broman <anders.broman@ericsson.com>
*
* $Id$
*
* Copyright 2004, Michael Lum <mlum [AT] telostech.com>,
* In association with Telos Technology Inc.
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
* Copyright 1998 Gerald Combs
@ -21,10 +27,13 @@
*
* 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#ifndef PACKET_GSM_MAP_H
#define PACKET_GSM_MAP_H
/* Defines for the GSM MAP taps */
#define GSM_MAP_MAX_NUM_OPR_CODES 256
typedef struct _gsm_map_tap_rec_t {
@ -33,10 +42,9 @@ typedef struct _gsm_map_tap_rec_t {
guint16 size;
} gsm_map_tap_rec_t;
/*
* the following allows TAP code access to the operations
* without having to duplicate it. With MSVC and a
* libethereal.dll, we need a special declaration.
*/
ETH_VAR_IMPORT const value_string gsm_map_opr_code_strings[];
/* #include "packet-gsm_map-exp.h"*/
#endif /* PACKET_GSM_MAP_H */