No, 0xCC is SNRME. (I *told* you I hated reversing bit strings....)

svn path=/trunk/; revision=588
This commit is contained in:
Guy Harris 1999-08-27 18:02:41 +00:00
parent 970fa328a4
commit 6bd284169e
1 changed files with 1 additions and 2 deletions

3
xdlc.c
View File

@ -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) */