aboutsummaryrefslogtreecommitdiffstats
path: root/xdlc.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-08-27 18:02:41 +0000
committerGuy Harris <guy@alum.mit.edu>1999-08-27 18:02:41 +0000
commit6bd284169ed06789afbbb22e6c3e3ea5eb6a7352 (patch)
treeb3ccc7ef813acf7f0c1b741b270d2321b857ca38 /xdlc.c
parent970fa328a423f13ee06cfbdf0f4261eef5c8cf78 (diff)
No, 0xCC is SNRME. (I *told* you I hated reversing bit strings....)
svn path=/trunk/; revision=588
Diffstat (limited to 'xdlc.c')
-rw-r--r--xdlc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/xdlc.c b/xdlc.c
index 325d6fc20b..b2a9fabf78 100644
--- a/xdlc.c
+++ b/xdlc.c
@@ -2,7 +2,7 @@
* Routines for use by various SDLC-derived protocols, such as HDLC
* and its derivatives LAPB, IEEE 802.2 LLC, etc..
*
- * $Id: xdlc.c,v 1.6 1999/08/27 18:01:02 guy Exp $
+ * $Id: xdlc.c,v 1.7 1999/08/27 18:02:41 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@unicom.net>
@@ -76,7 +76,6 @@
#define XDLC_RD 0x40 /* Request Disconnect (response) */
#define XDLC_UA 0x60 /* Unnumbered Acknowledge */
#define XDLC_SNRM 0x80 /* Set Normal Response Mode */
-#define XDLC_SNRME 0xC0 /* Set Normal Response Mode Extended */
#define XDLC_TEST 0xE0 /* Test */
#define XDLC_SIM 0x04 /* Set Initialization Mode (command) */
#define XDLC_RIM 0x04 /* Request Initialization Mode (response) */