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