aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tcp.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-05-23 06:36:47 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-05-23 06:36:47 +0000
commit0832853fa801c8d9399e7f495e1f09bb7963c170 (patch)
tree97ec67084cd56ac28513365250b5339a202e3fb5 /epan/dissectors/packet-tcp.h
parenta6deef666c0af093bbbf76c57e1fae88cb180e7a (diff)
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
Diffstat (limited to 'epan/dissectors/packet-tcp.h')
-rw-r--r--epan/dissectors/packet-tcp.h1
1 files changed, 1 insertions, 0 deletions
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;