Deleted Added
full compact
21c21
< * $FreeBSD: head/contrib/tcpdump/print-null.c 127675 2004-03-31 14:57:24Z bms $
---
> * $FreeBSD: head/contrib/tcpdump/print-null.c 146778 2005-05-29 19:09:28Z sam $
26c26
< "@(#) $Header: /tcpdump/master/tcpdump/print-null.c,v 1.49.2.2 2003/11/16 08:51:36 guy Exp $ (LBL)";
---
> "@(#) $Header: /tcpdump/master/tcpdump/print-null.c,v 1.53 2005/04/06 21:32:41 mcr Exp $ (LBL)";
130c130
< * 'h->length' is the length of the packet off the wire, and 'h->caplen'
---
> * 'h->len' is the length of the packet off the wire, and 'h->caplen'
168c168
< ip_print(p, length);
---
> ip_print(gndo, p, length);
201a202,207
> /*
> * Local Variables:
> * c-style: whitesmith
> * c-basic-offset: 8
> * End:
> */