Deleted Added
full compact
25c25
< "@(#) $Header: /tcpdump/master/tcpdump/print-cip.c,v 1.21.2.2 2003/11/16 08:51:15 guy Exp $ (LBL)";
---
> "@(#) $Header: /tcpdump/master/tcpdump/print-cip.c,v 1.25 2005/04/06 21:32:39 mcr Exp $ (LBL)";
66c66
< * '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'
104c104
< ip_print(p, length);
---
> ip_print(gndo, p, length);
108a109,116
>
>
> /*
> * Local Variables:
> * c-style: whitesmith
> * c-basic-offset: 8
> * End:
> */