aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-02-11 04:27:44 +0000
committerGuy Harris <guy@alum.mit.edu>2004-02-11 04:27:44 +0000
commit153428c21d8054be33a8c1ed0b6d255b60413447 (patch)
treea8d6aeb7ebc7c6e7ec778640ded35b9aeec4d9a2
parent9aa32731b968b72158a7147611b1fbafb497dca5 (diff)
From Michael Lum: add tap for GSM MAP message statistics.
svn path=/trunk/; revision=10033
-rw-r--r--packet-gsm_map.h36
1 files changed, 36 insertions, 0 deletions
diff --git a/packet-gsm_map.h b/packet-gsm_map.h
new file mode 100644
index 0000000000..aa24b72c05
--- /dev/null
+++ b/packet-gsm_map.h
@@ -0,0 +1,36 @@
+/* packet-gsm_map.h
+ *
+ * $Id: packet-gsm_map.h,v 1.1 2004/02/11 04:27:44 guy Exp $
+ *
+ * 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
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * 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.
+ */
+
+typedef struct _gsm_map_tap_rec_t {
+ guint8 opr_code_idx;
+} gsm_map_tap_rec_t;
+
+
+/*
+ * the following allows TAP code access to the operations
+ * without having to duplicate it
+ */
+extern const value_string gsm_map_opr_code_strings[];