aboutsummaryrefslogtreecommitdiffstats
path: root/nlpid.h
diff options
context:
space:
mode:
Diffstat (limited to 'nlpid.h')
-rw-r--r--nlpid.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/nlpid.h b/nlpid.h
index 03e306bc2d..4b06ed2ee6 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.7 2001/03/29 06:09:50 guy Exp $
+ * $Id: nlpid.h,v 1.8 2001/03/30 10:51:49 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -49,4 +49,9 @@
extern const value_string nlpid_vals[];
+/*
+ * 0x09 is, in Frame Relay, LMI, Q.2931.
+ */
+#define NLPID_LMI 0x09 /* LMI */
+
#endif