aboutsummaryrefslogtreecommitdiffstats
path: root/epan/prefs-int.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/prefs-int.h
parent891716800bebf3d405d3b45977c1e57f7dbae3b6 (diff)
TCP: Overriding of the automatic SEQ Analysis
Diffstat (limited to 'epan/prefs-int.h')
-rw-r--r--epan/prefs-int.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/epan/prefs-int.h b/epan/prefs-int.h
index 9962399b54..c108d22c58 100644
--- a/epan/prefs-int.h
+++ b/epan/prefs-int.h
@@ -102,6 +102,11 @@ struct pref_custom_cbs {
#define PREF_DECODE_AS_RANGE (1u << 13) /* use and not as a generic protocol preference */
#define PREF_OPEN_FILENAME (1u << 14)
#define PREF_PASSWORD (1u << 15) /* like string, but never saved to prefs file */
+/**
+ * Dedicated to TCP PROTOCOL for handling manual SEQ interpretation,
+ * and allow users manage the sender traffic ambiguities
+ */
+#define PREF_PROTO_TCP_SNDAMB_ENUM (1u << 16)
typedef enum {
GUI_ALL,