aboutsummaryrefslogtreecommitdiffstats
path: root/nlpid.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-01-13 05:41:24 +0000
committerGuy Harris <guy@alum.mit.edu>2000-01-13 05:41:24 +0000
commit7368e42aacab18993f51759d2179c44f90b57f98 (patch)
treea69b59f01c2454af2345e4f34c2e3931ade51451 /nlpid.h
parentd7816c59851625a5ee2ddfbdb95e9b0f1d8748eb (diff)
Add the NLPID value for PPP.
In Q.931 and Q.2931, the TR 9577 values are NLPIDs, so use "nlpid_vals" to dissect them, and values from "nlpid.h" to refer to them. svn path=/trunk/; revision=1461
Diffstat (limited to 'nlpid.h')
-rw-r--r--nlpid.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/nlpid.h b/nlpid.h
index 27f949b05b..7d90b51b9d 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.1 2000/01/13 00:41:11 guy Exp $
+ * $Id: nlpid.h,v 1.2 2000/01/13 05:41:21 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -24,7 +24,9 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-/* Some of these come from RFC 1490. */
+/* ISO/IEC TR 9577 NLPID values; gathered from various specifications
+ (not from TR 9577 itself - it's a 19-page document, for which the
+ American National Standards Institute wants to charge me USD 62.00). */
#define NLPID_NULL 0x00
#define NLPID_SNAP 0x80
@@ -33,6 +35,7 @@
#define NLPID_ISO10589_ISIS 0x83
#define NLPID_ISO9542X25_ESIS 0x8a
#define NLPID_IP 0xcc
+#define NLPID_PPP 0xcf
extern const value_string nlpid_vals[];