diff options
author | Luca Deri <deri@ntop.org> | 2019-10-24 23:28:32 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2019-10-24 23:28:32 +0200 |
commit | c3f6a4a57a6fd8c4ee29cac589a177a959f191a1 (patch) | |
tree | ec1f96eb6d19bc0fa32f1b0add8ed32792544117 /example/ndpiReader.c | |
parent | 0974075fa0411d4a652baa96f5a1f801e999a075 (diff) |
SMTP and SSH dissection fixes
Diffstat (limited to 'example/ndpiReader.c')
-rw-r--r-- | example/ndpiReader.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/ndpiReader.c b/example/ndpiReader.c index 9ad5c3ec6..a92ee7935 100644 --- a/example/ndpiReader.c +++ b/example/ndpiReader.c @@ -89,7 +89,7 @@ static u_int8_t stats_flag = 0, bpf_filter_flag = 0; static u_int8_t file_first_time = 1; #endif u_int8_t human_readeable_string_len = 5; -u_int8_t max_num_udp_dissected_pkts = 16 /* 8 is enough for most protocols, Signal requires more */, max_num_tcp_dissected_pkts = 10; +u_int8_t max_num_udp_dissected_pkts = 16 /* 8 is enough for most protocols, Signal requires more */, max_num_tcp_dissected_pkts = 16; static u_int32_t pcap_analysis_duration = (u_int32_t)-1; static u_int16_t decode_tunnels = 0; static u_int16_t num_loops = 1; |