]> The Tcpdump Group git mirrors - tcpdump/commitdiff
in tcpdump a length field has the semantics of a 'total length field' tcpdump-3.9.8
authorhannes <hannes>
Fri, 21 Sep 2007 07:07:52 +0000 (07:07 +0000)
committerhannes <hannes>
Fri, 21 Sep 2007 07:07:52 +0000 (07:07 +0000)
i.e. including the header - the IP6 payload length field differs
from that ...
highlight the difference by printing 'payload length' rather than 'length'

print-ip6.c

index b9e9983d275e3bf9b99caa1615175a8857bace60..fa417e65b949c32b92d091d95b0e3c92dde21aee 100644 (file)
@@ -21,7 +21,7 @@
 
 #ifndef lint
 static const char rcsid[] _U_ =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-ip6.c,v 1.47.2.4 2007-09-14 00:39:22 guy Exp $";
+    "@(#) $Header: /tcpdump/master/tcpdump/print-ip6.c,v 1.47.2.5 2007-09-21 07:07:52 hannes Exp $";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -93,7 +93,7 @@ ip6_print(register const u_char *bp, register u_int length)
                (void)printf("flowlabel 0x%05x, ", flow & 0x000fffff);
 #endif
 
-            (void)printf("hlim %u, next-header: %s (%u), length: %u) ",
+            (void)printf("hlim %u, next-header %s (%u) payload length: %u) ",
                          ip6->ip6_hlim,
                          tok2str(ipproto_values,"unknown",ip6->ip6_nxt),
                          ip6->ip6_nxt,