aboutsummaryrefslogtreecommitdiffstats
path: root/packet-isup.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-12-12 19:55:28 +0000
committerGuy Harris <guy@alum.mit.edu>2003-12-12 19:55:28 +0000
commitba9290fe08f2d2909aaddda45c59ec8b680997bc (patch)
treeeea6a1f6ad6391eb160bd6e7825a4afb6cbf4649 /packet-isup.h
parent09bf163aee571366272cdf0e1eecae92847679cc (diff)
From Michael Lum:
Fix point code display. Add taps for ANSI MAP and ISUP statistics. svn path=/trunk/; revision=9247
Diffstat (limited to 'packet-isup.h')
-rw-r--r--packet-isup.h37
1 files changed, 37 insertions, 0 deletions
diff --git a/packet-isup.h b/packet-isup.h
new file mode 100644
index 0000000000..d313eea6d6
--- /dev/null
+++ b/packet-isup.h
@@ -0,0 +1,37 @@
+/* packet-isup.h
+ *
+ * $Id: packet-isup.h,v 1.1 2003/12/12 19:55:27 guy Exp $
+ *
+ * Copyright 2003, 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 _isup_tap_rec_t {
+ guint8 message_type;
+} isup_tap_rec_t;
+
+
+/*
+ * the following allows TAP code access to the messages
+ * without having to duplicate it
+ */
+extern const value_string isup_message_type_value[];
+extern const value_string isup_message_type_value_acro[];