From 3674c4b12eec2318be558a6c496a07eeab0dd24d Mon Sep 17 00:00:00 2001 From: hannes Date: Mon, 18 Oct 2004 12:09:20 +0000 Subject: clean up some confusion between Q.933 and LMI --- nlpid.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nlpid.h') 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 */ -- cgit v1.2.1