On Sat, Jan 06, 2001 at 04:05:45PM -0800, Guy Harris wrote:
> Unfortunately, as there's no IP "melt this host into a heap of slag,
> because it's broken" packet, the best we can do is report an error in
> the packet,
...which the current CVS version of tcpdump does:
ulen = ntohs(up->uh_ulen);
if (ulen < 8) {
(void)printf("%s > %s: truncated-udplength %d",
ipaddr_string(&ip->ip_src),
ipaddr_string(&ip->ip_dst),
ulen);
return;
}
-
This is the TCPDUMP workers list. It is archived at
http://www.tcpdump.org/lists/workers/index.html
To unsubscribe use mailto:[EMAIL PROTECTED]?body=unsubscribe