summaryrefslogtreecommitdiff
path: root/nlpid.c
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.c
parentecdfb8a72a918bd0762ebfc166234628a9bb892a (diff)
downloadtcpdump-3674c4b12eec2318be558a6c496a07eeab0dd24d.tar.gz
clean up some confusion between Q.933 and LMI
Diffstat (limited to 'nlpid.c')
-rwxr-xr-xnlpid.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nlpid.c b/nlpid.c
index 425ad953..a2d6d245 100755
--- a/nlpid.c
+++ b/nlpid.c
@@ -15,7 +15,7 @@
#ifndef lint
static const char rcsid[] _U_ =
- "@(#) $Header: /tcpdump/master/tcpdump/nlpid.c,v 1.2 2004-10-12 21:02:00 hannes Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/nlpid.c,v 1.3 2004-10-18 12:09:20 hannes Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@@ -28,8 +28,8 @@ static const char rcsid[] _U_ =
struct tok nlpid_values[] = {
{ NLPID_NULLNS, "NULL" },
+ { NLPID_Q933, "Q.933" },
{ NLPID_LMI, "LMI" },
- { NLPID_CISCO_LMI, "Cisco LMI" },
{ NLPID_SNAP, "SNAP" },
{ NLPID_CLNP, "CLNP" },
{ NLPID_ESIS, "ES-IS" },