summaryrefslogtreecommitdiffstats
path: root/contrib/tcpdump/print-sunatm.c
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2005-05-29 18:17:16 +0000
committersam <sam@FreeBSD.org>2005-05-29 18:17:16 +0000
commit777fc78fe5d7142db2a7e4b9fc3ad2f082e02446 (patch)
tree00ad2d6dd16ad34ea9cdf4e6521ac3fe7179a0f3 /contrib/tcpdump/print-sunatm.c
parent8c6500f369940b5e6f664368df8ecb0ac8e346d7 (diff)
parent88a191f109e4bbf287e317e4115185aa904a7757 (diff)
downloadFreeBSD-src-777fc78fe5d7142db2a7e4b9fc3ad2f082e02446.zip
FreeBSD-src-777fc78fe5d7142db2a7e4b9fc3ad2f082e02446.tar.gz
This commit was generated by cvs2svn to compensate for changes in r146773,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib/tcpdump/print-sunatm.c')
-rw-r--r--contrib/tcpdump/print-sunatm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/tcpdump/print-sunatm.c b/contrib/tcpdump/print-sunatm.c
index 10be487..acd38bf 100644
--- a/contrib/tcpdump/print-sunatm.c
+++ b/contrib/tcpdump/print-sunatm.c
@@ -31,7 +31,7 @@
*/
#ifndef lint
static const char rcsid[] _U_ =
- "@(#) $Header: /tcpdump/master/tcpdump/print-sunatm.c,v 1.5.2.2 2003/11/16 08:51:47 guy Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-sunatm.c,v 1.8 2004/03/17 23:24:38 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@@ -66,7 +66,7 @@ struct rtentry;
/*
* This is the top level routine of the printer. 'p' points
* to the SunATM pseudo-header for the packet, 'h->ts' is the timestamp,
- * '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'
* is the number of bytes actually captured.
*/
u_int
OpenPOWER on IntegriCloud