diff options
author | Luca Deri <deri@ntop.org> | 2019-11-04 22:06:02 +0100 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2019-11-04 22:06:02 +0100 |
commit | 5b2c0f68fe0c9d805f14f49388ea864f2032a64e (patch) | |
tree | c20e3774c9afd2467ff46ee45b32ba7f0be0c1f3 /example/ndpiReader.c | |
parent | e695dd6eade754b2d50bdf297ca8bdc4105f93ff (diff) |
Telnet fix
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 d7c5630ef..41e33f949 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 = 32 /* due to telnet */; +u_int8_t max_num_udp_dissected_pkts = 16 /* 8 is enough for most protocols, Signal requires more */, max_num_tcp_dissected_pkts = 80 /* due to telnet */; 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; |