X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/5de6f0fd81f60ec31d9cfceafd1001d59fbfb376..176a3e498602351ae25833cf7456c1e30f7f59ae:/print-tcp.c diff --git a/print-tcp.c b/print-tcp.c index eecf0b48..ce1fc9aa 100644 --- a/print-tcp.c +++ b/print-tcp.c @@ -21,7 +21,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/print-tcp.c,v 1.86 2001-05-09 01:16:57 fenner Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/print-tcp.c,v 1.87 2001-06-25 21:38:50 itojun Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -245,7 +245,7 @@ tcp_print(register const u_char *bp, register u_int length, } else if ((u_char *)tp + 4 + sizeof(struct rpc_msg) <= snapend && sport == NFS_PORT) { - nfsreply_print((u_char *)tp + hlen + 4,length-hlen, + nfsreply_print((u_char *)tp + hlen + 4, length - hlen, (u_char *)ip); return; }