Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/netinet/ip_input.c,v retrieving revision 1.53.2.3 retrieving revision 1.53.2.4 diff -u -p -r1.53.2.3 -r1.53.2.4 --- src/sys/netinet/ip_input.c 1998/10/01 17:57:42 1.53.2.3 +++ src/sys/netinet/ip_input.c 1998/11/15 19:18:13 1.53.2.4 @@ -1,4 +1,4 @@ -/* $NetBSD: ip_input.c,v 1.53.2.3 1998/10/01 17:57:42 cgd Exp $ */ +/* $NetBSD: ip_input.c,v 1.53.2.4 1998/11/15 19:18:13 cgd Exp $ */ /* * Copyright (c) 1982, 1986, 1988, 1993 @@ -492,6 +492,7 @@ found: goto next; ipstat.ips_reassembled++; ip = mtod(m, struct ip *); + hlen = ip->ip_hl << 2; } else if (fp) ip_freef(fp);