aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tcp.h
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2012-03-21 12:58:50 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2012-03-21 12:58:50 +0000
commit611dcb0d6853a00c6be755b38d99a310c70d57e5 (patch)
tree11f1177e78eadac6f6c1cb6c732dbdd87e2031e6 /epan/dissectors/packet-tcp.h
parent914a9df5223d89bee8cdbcbf347333063096df29 (diff)
When a TCP graph is summoned, work out how many unique TCP conversations
are present. However, still only create the graph for the first/only one. LTE MAC or RLC frames often contain multiple SDUs that are segments of the same TCP conversation - this avoids the need to find a frame with only one SDU. svn path=/trunk/; revision=41721
Diffstat (limited to 'epan/dissectors/packet-tcp.h')
-rw-r--r--epan/dissectors/packet-tcp.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/epan/dissectors/packet-tcp.h b/epan/dissectors/packet-tcp.h
index c06a40bc30..d6ce76285c 100644
--- a/epan/dissectors/packet-tcp.h
+++ b/epan/dissectors/packet-tcp.h
@@ -229,11 +229,11 @@ struct tcp_analysis {
*/
nstime_t ts_prev;
- /* Keep track of tcp stream numbers instead of using the conversation
- * index (as how it was done before). This prevents gaps in the
- * stream index numbering
- */
- guint32 stream;
+ /* Keep track of tcp stream numbers instead of using the conversation
+ * index (as how it was done before). This prevents gaps in the
+ * stream index numbering
+ */
+ guint32 stream;
};
/* Structure that keeps per packet data. First used to be able