From 640a6b3d6d46eff60f53ce9e50db0484df2f526c Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Sun, 24 Nov 2024 03:33:22 +0100 Subject: Add `-t` command line / config option Signed-off-by: Toni Uhlig --- nDPId-test.c | 1 + 1 file changed, 1 insertion(+) (limited to 'nDPId-test.c') 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 -- cgit v1.2.3