aboutsummaryrefslogtreecommitdiffstats
path: root/packet-mtp3.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-01-02 20:44:32 +0000
committerGuy Harris <guy@alum.mit.edu>2003-01-02 20:44:32 +0000
commit87ed53914bba998abda30add5473873be6ab5dfd (patch)
treefdf6dff41e8408dd5d03c447d5e5c4a1ac93ceca /packet-mtp3.h
parent6664e100703fe87d558bf0eef2b710a236e6c6ee (diff)
From Jeff Morriss:
make ANSI point codes filterable in MTP3; fix a bug in the ANSI SLS dissection; have MTP3 store the SI for use by subdissectors; add a new MTP3-Management dissector. Fix Makefile.nmake to include the Wellfleet HDLC dissector. svn path=/trunk/; revision=6837
Diffstat (limited to 'packet-mtp3.h')
-rw-r--r--packet-mtp3.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/packet-mtp3.h b/packet-mtp3.h
index 9f09941576..52b9130c5d 100644
--- a/packet-mtp3.h
+++ b/packet-mtp3.h
@@ -1,6 +1,6 @@
/* packet-mtp3.h
*
- * $Id: packet-mtp3.h,v 1.1 2002/03/04 22:39:22 guy Exp $
+ * $Id: packet-mtp3.h,v 1.2 2003/01/02 20:44:32 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -33,6 +33,10 @@ extern Standard_Type mtp3_standard;
#define ANSI_PC_LENGTH 3
#define ANSI_NCM_LENGTH 1
+#define ANSI_MEMBER_OFFSET 0
+#define ANSI_CLUSTER_OFFSET 1
+#define ANSI_NETWORK_OFFSET 2
#define ANSI_NETWORK_MASK 0x0000FF
#define ANSI_CLUSTER_MASK 0x00FF00
#define ANSI_MEMBER_MASK 0xFF0000
+#define ANSI_PC_STRING_LENGTH 16