Updated results

This commit is contained in:
Luca Deri 2019-11-21 13:35:04 +01:00
parent a58c838c4c
commit e98b994a39
92 changed files with 1914 additions and 1914 deletions

View file

@ -1082,7 +1082,7 @@ static struct ndpi_proto packet_processing(struct ndpi_workflow * workflow,
u_int8_t proto;
struct ndpi_tcphdr *tcph = NULL;
struct ndpi_udphdr *udph = NULL;
u_int16_t sport, dport, payload_len;
u_int16_t sport, dport, payload_len = 0;
u_int8_t *payload;
u_int8_t src_to_dst_direction = 1;
u_int8_t begin_or_end_tcp = 0;