X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/9d4405bf45b24367f2c48354b777e27e36cfeb9e..de18671f07102906f99c5c3a0ac3e68990b11704:/print-token.c diff --git a/print-token.c b/print-token.c index 35ba465c..e4babec5 100644 --- a/print-token.c +++ b/print-token.c @@ -25,7 +25,7 @@ */ #ifndef lint static const char rcsid[] _U_ = - "@(#) $Header: /tcpdump/master/tcpdump/print-token.c,v 1.25.2.1 2005-07-07 01:24:40 guy Exp $"; + "@(#) $Header: /tcpdump/master/tcpdump/print-token.c,v 1.25.2.2 2005-11-13 12:13:01 guy Exp $"; #endif #ifdef HAVE_CONFIG_H @@ -153,7 +153,6 @@ token_print(const u_char *p, u_int length, u_int caplen) caplen -= hdr_len; /* Frame Control field determines interpretation of packet */ - extracted_ethertype = 0; if (FRAME_TYPE(trp) == TOKEN_FC_LLC) { /* Try to print the LLC-layer header & higher layers */ if (llc_print(p, length, caplen, ESRC(&ehdr), EDST(&ehdr),