#ifndef lint
static char copyright[] =
-"$Id: icmp.c,v 1.6 1997/06/03 02:12:20 mellon Exp $ Copyright (c) 1997 The Internet Software Consortium. All rights reserved.\n";
+"$Id: icmp.c,v 1.7 1997/06/04 20:59:40 mellon Exp $ Copyright (c) 1997 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
warn ("icmp_echoreply: %m");
return;
}
+
+ /* Probably not for us. */
if (status < (sizeof (struct ip)) + (sizeof *icfrom)) {
- warn ("icmp_echoreply: short packet");
return;
}