summaryrefslogtreecommitdiff
path: root/nlpid.h
diff options
context:
space:
mode:
authorhannes <hannes>2004-10-18 12:09:20 +0000
committerhannes <hannes>2004-10-18 12:09:20 +0000
commit3674c4b12eec2318be558a6c496a07eeab0dd24d (patch)
tree2f99a99c4512772323a4485d99b59b3a54453106 /nlpid.h
parentecdfb8a72a918bd0762ebfc166234628a9bb892a (diff)
downloadtcpdump-3674c4b12eec2318be558a6c496a07eeab0dd24d.tar.gz
clean up some confusion between Q.933 and LMI
Diffstat (limited to 'nlpid.h')
-rw-r--r--nlpid.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/nlpid.h b/nlpid.h
index 366b36c8..d5b353de 100644
--- a/nlpid.h
+++ b/nlpid.h
@@ -1,4 +1,4 @@
-/* @(#) $Header: /tcpdump/master/tcpdump/nlpid.h,v 1.2 2004-10-12 21:02:00 hannes Exp $ (LBL) */
+/* @(#) $Header: /tcpdump/master/tcpdump/nlpid.h,v 1.3 2004-10-18 12:09:20 hannes Exp $ (LBL) */
/*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that: (1) source code
@@ -17,8 +17,8 @@
extern struct tok nlpid_values[];
#define NLPID_NULLNS 0x00
-#define NLPID_LMI 0x08 /* ANSI T1.617 Annex D or ITU-T Q.933 Annex A */
-#define NLPID_CISCO_LMI 0x09 /* The original, aka Cisco, aka Gang of Four */
+#define NLPID_Q933 0x08 /* ANSI T1.617 Annex D or ITU-T Q.933 Annex A */
+#define NLPID_LMI 0x09 /* The original, aka Cisco, aka Gang of Four */
#define NLPID_SNAP 0x80
#define NLPID_CLNP 0x81 /* iso9577 */
#define NLPID_ESIS 0x82 /* iso9577 */