diff options
author | guy <guy> | 2004-03-17 23:24:35 +0000 |
---|---|---|
committer | guy <guy> | 2004-03-17 23:24:35 +0000 |
commit | fb1b6d808f19faae76526a2e3eed52a75fb22ff1 (patch) | |
tree | 3192bd543ac16a94394c05bd3dfe13edbeff007c /print-sunatm.c | |
parent | 94592bf31ada495be5578b73ec51b2f68b6be122 (diff) | |
download | tcpdump-fb1b6d808f19faae76526a2e3eed52a75fb22ff1.tar.gz |
Fix up a bunch of comments - the on-the-wire length field in a
pcap_pkthdr is "len", not "length".
Diffstat (limited to 'print-sunatm.c')
-rw-r--r-- | print-sunatm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print-sunatm.c b/print-sunatm.c index 02f15c38..e6f19e85 100644 --- a/print-sunatm.c +++ b/print-sunatm.c @@ -31,7 +31,7 @@ */ #ifndef lint static const char rcsid[] _U_ = - "@(#) $Header: /tcpdump/master/tcpdump/print-sunatm.c,v 1.7 2003-11-16 09:36:39 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 |