summaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_debug.c
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2008-09-07 20:44:45 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2008-09-07 20:44:45 +0000
commit00db174bc2cdb6c4240fbdf91e8af0308712bc1e (patch)
treecabdffa2fcc20b04fa2fa3e781fdd1aeb79eed66 /sys/netinet/tcp_debug.c
parentbbe9d8cba9bdf0eeda8651b384edfb87592d3707 (diff)
Notes
Diffstat (limited to 'sys/netinet/tcp_debug.c')
-rw-r--r--sys/netinet/tcp_debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/tcp_debug.c b/sys/netinet/tcp_debug.c
index aaeac9dfaf62..a82943d75832 100644
--- a/sys/netinet/tcp_debug.c
+++ b/sys/netinet/tcp_debug.c
@@ -171,7 +171,7 @@ tcp_trace(short act, short ostate, struct tcpcb *tp, void *ipgen,
ack = th->th_ack;
len =
#ifdef INET6
- isipv6 ? ((struct ip6_hdr *)ipgen)->ip6_plen :
+ isipv6 ? ntohs(((struct ip6_hdr *)ipgen)->ip6_plen) :
#endif
((struct ip *)ipgen)->ip_len;
if (act == TA_OUTPUT) {