Bjoern A. Zeeb 00db174bc2 To my reading there are no real consumers of ip6_plen (IPv6
Payload Length) as set in tcpip_fillheaders().
ip6_output() will calculate it based of the length from the
mbuf packet header itself.
So initialize the value in tcpip_fillheaders() in correct
(network) byte order.

With the above change, to my reading, all places calling tcp_trace()
pass in the ip6 header via ipgen as serialized in the mbuf and with
ip6_plen in network byte order.
Thus convert the IPv6 payload length to host byte order before printing.

MFC after:	2 months
2008-09-07 20:44:45 +00:00
..
2008-08-07 09:06:04 +00:00
2008-08-25 05:49:16 +00:00
2008-08-25 05:49:16 +00:00
2008-07-29 09:06:35 +00:00
Nit
2008-08-09 11:28:57 +00:00
2008-07-29 09:06:35 +00:00
2008-07-29 09:06:35 +00:00
2008-08-28 09:44:07 +00:00
2008-08-28 09:44:07 +00:00
2007-03-24 22:15:02 +00:00
2008-06-11 22:12:50 +00:00
2007-09-24 05:26:24 +00:00
2008-08-25 05:57:56 +00:00
2007-07-10 09:30:46 +00:00