]> The Tcpdump Group git mirrors - tcpdump/commitdiff
(token_if_print): remove unused variable
authorassar <assar>
Sun, 30 Jul 2000 05:55:44 +0000 (05:55 +0000)
committerassar <assar>
Sun, 30 Jul 2000 05:55:44 +0000 (05:55 +0000)
print-token.c

index cf627b1b2910215b35943ab710c30093f5b79412..3168b6e4b2c5deee51307525451c443a217bf6eb 100644 (file)
@@ -25,7 +25,7 @@
  */
 #ifndef lint
 static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-token.c,v 1.1 2000-07-25 05:28:11 guy Exp $";
+    "@(#) $Header: /tcpdump/master/tcpdump/print-token.c,v 1.2 2000-07-30 05:55:44 assar Exp $";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -118,7 +118,6 @@ token_if_print(u_char *user, const struct pcap_pkthdr *h, const u_char *p)
        u_int caplen = h->caplen;
        u_int length = h->len;
        struct token_header *trp;
-       u_short ether_type;
        u_short extracted_ethertype;
        struct ether_header ehdr;
        u_int route_len = 0, seg;