diff options
Diffstat (limited to 'nDPId-test.c')
-rw-r--r-- | nDPId-test.c | 1 |
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 |