From c6aeb052493dc05f797732437a9ed8fdc8963d57 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Wed, 21 Apr 2004 05:53:59 +0000 Subject: 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 --- packet-ansi_map.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'packet-ansi_map.h') 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 , * 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; -- cgit v1.2.3