aboutsummaryrefslogtreecommitdiffstats
path: root/nlpid.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-03-29 06:09:50 +0000
committerGuy Harris <guy@alum.mit.edu>2001-03-29 06:09:50 +0000
commit1eadf2b5202f3d16062c9c92490464d8120556fe (patch)
tree7356ebdc732e5afcbd01c39a8a481f413fffa22f /nlpid.h
parent9bda102f83a6f357c14d53f5f6230d39e1b3f6fd (diff)
An NLPID of 0xb0 is defined by ISO/IEC TR 9577 to be "Data compression
protocol"; give it a more generic name than NLPID_WCP. svn path=/trunk/; revision=3204
Diffstat (limited to 'nlpid.h')
-rw-r--r--nlpid.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/nlpid.h b/nlpid.h
index 9de8002ffe..03e306bc2d 100644
--- a/nlpid.h
+++ b/nlpid.h
@@ -2,7 +2,7 @@
* Definitions of OSI NLPIDs (Network Layer Protocol IDs)
* Laurent Deniel <deniel@worldnet.fr>
*
- * $Id: nlpid.h,v 1.6 2001/03/23 21:49:23 guy Exp $
+ * $Id: nlpid.h,v 1.7 2001/03/29 06:09:50 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -43,11 +43,10 @@
#define NLPID_ISO9542X25_ESIS 0x8a
#define NLPID_ISO10030 0x8c
#define NLPID_ISO11577 0x8d /* X.273 */
+#define NLPID_COMPRESSED 0xb0 /* "Data compression protocol" */
#define NLPID_IP 0xcc
#define NLPID_PPP 0xcf
-#define NLPID_WCP 0xb0 /* Wellfleet compression IP */
-
extern const value_string nlpid_vals[];
#endif