summaryrefslogtreecommitdiff
path: root/include/external
diff options
context:
space:
mode:
author童宗振 <[email protected]>2024-05-22 09:36:13 +0000
committer童宗振 <[email protected]>2024-05-22 09:36:13 +0000
commit44bfb6f96d01d32dd35594d225afedfa2dfbda16 (patch)
tree7686d0c6b8c2127db2feee93dc524cb8eced9a09 /include/external
parent0d25f62d98aad377cd7c5becb3b38f319419f88b (diff)
(TSG-21200|TSG-21165)Fix trace pkt cnt max errv4.8.12-20240522
Diffstat (limited to 'include/external')
-rw-r--r--include/external/marsio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/external/marsio.h b/include/external/marsio.h
index b5e1065..b74c792 100644
--- a/include/external/marsio.h
+++ b/include/external/marsio.h
@@ -368,7 +368,7 @@ struct dp_trace_job_desc
uint8_t measurement_type;
int8_t rule_index;
char bpf_expr[MR_BPF_EXPRESSION_MAX];
- unsigned int pkt_cnt_max;
+ unsigned int pkt_cnt_max; // The final number of captured packets
unsigned int sampling;
unsigned int snaplen;
uint8_t traffic_link_id_cnt;