From 0832853fa801c8d9399e7f495e1f09bb7963c170 Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Wed, 23 May 2012 06:36:47 +0000 Subject: From Robert Bullen: The Wireshark and tshark TCP conversations stats tables aggregate reused connections into a single line item https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7248 svn path=/trunk/; revision=42806 --- epan/dissectors/packet-tcp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'epan/dissectors/packet-tcp.h') diff --git a/epan/dissectors/packet-tcp.h b/epan/dissectors/packet-tcp.h index a89d6b1629..f93c2d5ba2 100644 --- a/epan/dissectors/packet-tcp.h +++ b/epan/dissectors/packet-tcp.h @@ -59,6 +59,7 @@ typedef struct tcpheader { guint16 th_dport; guint8 th_hlen; guint16 th_flags; + guint32 th_stream; /* this stream index field is included to help differentiate when address/port pairs are reused */ address ip_src; address ip_dst; } tcp_info_t; -- cgit v1.2.3