aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Tuexen <tuexen@wireshark.org>2023-02-21 12:00:33 +0100
committerMichael Tuexen <tuexen@wireshark.org>2023-02-21 12:00:33 +0100
commit669f9a4735cbe5a26c0e803034b581f4c0d25dc8 (patch)
tree51e39c3ccae90563a05444364670c351c371a624
parent2867595882a4cb0381aa27fd670c89a37434c3fc (diff)
BBLog: Update event types
-rw-r--r--epan/dissectors/packet-bblog.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/epan/dissectors/packet-bblog.h b/epan/dissectors/packet-bblog.h
index a62a2c4a20..863e28a7d5 100644
--- a/epan/dissectors/packet-bblog.h
+++ b/epan/dissectors/packet-bblog.h
@@ -103,7 +103,9 @@ static const value_string tcp_state_values[] = {
#define BBLOG_TCP_HYSTART 65
#define BBLOG_TCP_CHG_QUERY 66
#define BBLOG_TCP_RACK_LOG_COLLAPSE 67
-#define BBLOG_TCP_LOG_END 68
+#define TCP_RACK_TP_TRIGGERED 68
+#define TCP_HYBRID_PACING_LOG 69
+#define BBLOG_TCP_LOG_END 70
static const value_string event_identifier_values[] = {
{ BBLOG_TCP_LOG_IN, "Incoming packet" },
@@ -173,7 +175,9 @@ static const value_string event_identifier_values[] = {
{ BBLOG_TCP_HYSTART, "TCP Hystart logging" },
{ BBLOG_TCP_CHG_QUERY, "Change query during fnc_init()" },
{ BBLOG_TCP_RACK_LOG_COLLAPSE, "Window collapse by peer" },
- { 0, NULL } };
+ { TCP_RACK_TP_TRIGGERED, "A RACK tracepoint is triggered" },
+ { TCP_HYBRID_PACING_LOG, "Hybrid pacing log" },
+ { 0, NULL } };
/*
* The event flag values used here are defined in