From f54bf4c5898fdd6370800979a4fe9c1e8e5ae1d9 Mon Sep 17 00:00:00 2001 From: Tom Barbette <tom.barbette@uclouvain.be> Date: Wed, 26 Jul 2023 15:37:04 +0200 Subject: [PATCH] Documentation for frommindump.hh --- elements/analysis/frommindump.hh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/elements/analysis/frommindump.hh b/elements/analysis/frommindump.hh index 8263353bd..ee1e185f5 100644 --- a/elements/analysis/frommindump.hh +++ b/elements/analysis/frommindump.hh @@ -43,7 +43,10 @@ Loop over the file TIMES time. Default is 1: read one the whole file. -1 to loop A handler to call on each loop, e.g. a Script to print a message. Default is disabled. =item DPDK -Force the generation of DPDK packets +Force the generation of DPDK packets. Defaults to false. + +=item ACTIVE. +Boolean. The element is not reading packets if false. To be used with the active handler. Default true. =a ToMinDump, FromIPSummaryDump -- GitLab