From 611dcb0d6853a00c6be755b38d99a310c70d57e5 Mon Sep 17 00:00:00 2001 From: Martin Mathieson Date: Wed, 21 Mar 2012 12:58:50 +0000 Subject: 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 --- epan/dissectors/packet-tcp.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'epan/dissectors/packet-tcp.h') 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 -- cgit v1.2.3