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.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/epan/dissectors/packet-tcp.h b/epan/dissectors/packet-tcp.h
index 512896bc95..900e7292ca 100644
--- a/epan/dissectors/packet-tcp.h
+++ b/epan/dissectors/packet-tcp.h
@@ -312,6 +312,14 @@ typedef struct tcp_analyze_seq_flow_info_t {
* fast retransmissions and outoforder
*/
+ /*
+ * Handling of SACK blocks
+ * Copied from tcpheader
+ */
+ guint8 num_sack_ranges;
+ guint32 sack_left_edge[MAX_TCP_SACK_RANGES];
+ guint32 sack_right_edge[MAX_TCP_SACK_RANGES];
+
} tcp_analyze_seq_flow_info_t;
/* Process info, currently discovered via IPFIX */