This patch adds call to the function used to disable the display
of live device stats at exit.
#include "util-cpu.h"
#include "util-affinity.h"
#include "util-runmodes.h"
+#include "util-device.h"
static const char *default_mode;
TimeModeSetLive();
+ LiveDeviceHasNoStats();
+
ret = RunModeSetIPSAuto(de_ctx,
NFQGetThread,
"ReceiveNFQ",
TimeModeSetLive();
+ LiveDeviceHasNoStats();
+
ret = RunModeSetIPSAutoFp(de_ctx,
NFQGetThread,
"ReceiveNFQ",
TimeModeSetLive();
+ LiveDeviceHasNoStats();
+
ret = RunModeSetIPSWorker(de_ctx,
NFQGetThread,
"ReceiveNFQ",