diff options
author | Guy Harris <guy@alum.mit.edu> | 2004-04-21 05:53:59 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2004-04-21 05:53:59 +0000 |
commit | c6aeb052493dc05f797732437a9ed8fdc8963d57 (patch) | |
tree | 04d160c8d52e268aff45fef6a08d763b16783f67 /packet-ansi_map.h | |
parent | f1c30d72c8a6c85d2ebe6c21f647f415b6cd0c9a (diff) | |
download | wireshark-c6aeb052493dc05f797732437a9ed8fdc8963d57.tar.gz wireshark-c6aeb052493dc05f797732437a9ed8fdc8963d57.tar.bz2 wireshark-c6aeb052493dc05f797732437a9ed8fdc8963d57.zip |
From Michael Lum:
ANSI and GSM MAP stats enhancements and cleanups;
enhanced parameter dissection related to SS for GSM A-interface
and MAP;
minor GSM SMS fix;
GSM SS enhancements for parameter dissection;
MTP3 statistics tap.
svn path=/trunk/; revision=10655
Diffstat (limited to 'packet-ansi_map.h')
-rw-r--r-- | packet-ansi_map.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/packet-ansi_map.h b/packet-ansi_map.h index 4f4bfae2b4..512ce7b2c6 100644 --- a/packet-ansi_map.h +++ b/packet-ansi_map.h @@ -1,6 +1,6 @@ /* packet-ansi_map.h * - * $Id: packet-ansi_map.h,v 1.1 2003/12/12 19:55:27 guy Exp $ + * $Id: packet-ansi_map.h,v 1.2 2004/04/21 05:53:55 guy Exp $ * * Copyright 2003, Michael Lum <mlum [AT] telostech.com>, * In association with Telos Technology Inc. @@ -24,8 +24,11 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#define ANSI_MAP_MAX_NUM_MESSAGE_TYPES 256 + typedef struct _ansi_map_tap_rec_t { guint8 message_type; + guint16 size; } ansi_map_tap_rec_t; |