aboutsummaryrefslogtreecommitdiffstats
path: root/epan/frame_data.h
diff options
context:
space:
mode:
authorEugène Adell <eugene.adell@gmail.com>2022-11-01 10:01:35 +0000
committerAndersBroman <a.broman58@gmail.com>2022-11-01 10:01:35 +0000
commit6759377b93651f15c94335eaa407f5f9438a1de4 (patch)
treead4e8af0324ad6f9fd27c6ba173e09b69179bbff /epan/frame_data.h
parent891716800bebf3d405d3b45977c1e57f7dbae3b6 (diff)
TCP: Overriding of the automatic SEQ Analysis
Diffstat (limited to 'epan/frame_data.h')
-rw-r--r--epan/frame_data.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/frame_data.h b/epan/frame_data.h
index dc9805af95..b29633416f 100644
--- a/epan/frame_data.h
+++ b/epan/frame_data.h
@@ -91,6 +91,7 @@ typedef struct _frame_data {
nstime_t shift_offset; /**< How much the abs_tm of the frame is shifted */
guint32 frame_ref_num; /**< Previous reference frame (0 if this is one) */
guint32 prev_dis_num; /**< Previous displayed frame (0 if first one) */
+ guint8 tcp_snd_manual_analysis; /**< TCP SEQ Analysis Overriding, 0 = none, 1 = OOO, 2 = RET , 3 = Fast RET, 4 = Spurious RET */
} frame_data;
DIAG_ON_PEDANTIC