X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/9f529d7c77061cd70c11750c37b087ba832829c7..1ee09c1510704191a14df4eb914dba3d5dc9ab58:/print-tcp.c diff --git a/print-tcp.c b/print-tcp.c index c2fcd838..6f5d433d 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.121 2005-04-18 00:22:40 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/print-tcp.c,v 1.122 2005-04-21 06:35:52 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;