aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tcp.h
diff options
context:
space:
mode:
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