X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/f933011863197232736f89e3e18bbf808617663a..41f87a79787f53df8a36796b7029e6c642cb1e23:/print-tcp.c?ds=sidebyside diff --git a/print-tcp.c b/print-tcp.c index e764c856..7a1a592b 100644 --- a/print-tcp.c +++ b/print-tcp.c @@ -23,7 +23,7 @@ #ifndef lint static const char rcsid[] _U_ = - "@(#) $Header: /tcpdump/master/tcpdump/print-tcp.c,v 1.120.2.1 2005-04-18 00:23:05 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/print-tcp.c,v 1.120.2.2 2005-04-21 06:36:05 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -736,7 +736,7 @@ tcp_verify_signature(const struct ip *ip, const struct tcphdr *tp, const u_char *data, int length, const u_char *rcvsig) { struct tcphdr tp1; - char sig[TCP_SIGLEN]; + u_char sig[TCP_SIGLEN]; char zero_proto = 0; MD5_CTX ctx; u_int16_t savecsum, tlen;