aboutsummaryrefslogtreecommitdiff
path: root/nDPId-test.c
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2024-11-24 03:33:22 +0100
committerToni Uhlig <matzeton@googlemail.com>2025-02-25 12:24:26 +0100
commit640a6b3d6d46eff60f53ce9e50db0484df2f526c (patch)
tree0fcb80be3377a029d2b046781b5e9ab48f19c7bd /nDPId-test.c
parent122e234f81d58ded3183fcfe61a34f0291f3a4f4 (diff)
Add `-t` command line / config option
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'nDPId-test.c')
-rw-r--r--nDPId-test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nDPId-test.c b/nDPId-test.c
index e1d2bf9f5..c2f9c4cf4 100644
--- a/nDPId-test.c
+++ b/nDPId-test.c
@@ -1717,6 +1717,7 @@ int main(int argc, char ** argv)
set_cmdarg_ull(&nDPIsrvd_options.max_write_buffers, 32);
set_cmdarg_string(&nDPId_options.pcap_file_or_interface, argv[1]);
+ set_cmdarg_boolean(&nDPId_options.decode_tunnel, 1);
set_cmdarg_boolean(&nDPId_options.enable_data_analysis, 1);
set_cmdarg_ull(&nDPId_options.max_packets_per_flow_to_send, 5);
#ifdef ENABLE_ZLIB