aboutsummaryrefslogtreecommitdiffstats
path: root/sctpppids.h
diff options
context:
space:
mode:
authortuexen <tuexen@f5534014-38df-0310-8fa8-9805f1628bb7>2003-01-20 22:46:27 +0000
committertuexen <tuexen@f5534014-38df-0310-8fa8-9805f1628bb7>2003-01-20 22:46:27 +0000
commit1582d7d32a1088ea46e778855418386de299a39b (patch)
tree2af891cacca3973b6f791d9cecd7ca9739ff5b81 /sctpppids.h
parentf60ba7375cc5ba711eaec2424f47690a7d55f5cc (diff)
Get rid of old ASAP PPID.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6948 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'sctpppids.h')
-rw-r--r--sctpppids.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/sctpppids.h b/sctpppids.h
index 642c753fd0..d7cc25da9d 100644
--- a/sctpppids.h
+++ b/sctpppids.h
@@ -1,7 +1,7 @@
/* sctpppids.h
* Declarations of SCTP payload protocol IDs.
*
- * $Id: sctpppids.h,v 1.1 2003/01/14 23:53:33 guy Exp $
+ * $Id: sctpppids.h,v 1.2 2003/01/20 22:44:58 tuexen Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -44,10 +44,4 @@
#define H323_PAYLOAD_PROTOCOL_ID 13
#define M2TP_PAYLOAD_PROTOCOL_ID 99 /* s-link */
-/*
- * XXX - this came from "packet-asap.c"; is this some PPID value used
- * before 11 was assigned?
- */
-#define ASAP_OLD_PAYLOAD_PROTOCOL_ID 0xFAEEB5D1
-
#endif /* sctpppids.h */