diff options
author | Andrea Buscarinu <seven.and@gmail.com> | 2015-05-21 21:31:14 +0200 |
---|---|---|
committer | Andrea Buscarinu <seven.and@gmail.com> | 2015-05-21 21:31:14 +0200 |
commit | 12ac63684b3597ca9ce02ce121f48b273b61d24e (patch) | |
tree | 59531c083bcd97f1eafb31c43d0cbb31a66a3f54 /src/lib/protocols/warcraft3.c | |
parent | 57926cc97da148a593f08191d09e3003427a8712 (diff) | |
parent | de03e1efe4903dbcda84a8a2491cc9e1eeef210b (diff) |
Merge pull request #1 from ntop/dev
Update from original
Diffstat (limited to 'src/lib/protocols/warcraft3.c')
-rw-r--r-- | src/lib/protocols/warcraft3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/protocols/warcraft3.c b/src/lib/protocols/warcraft3.c index 7780dbf6e..39c93378e 100644 --- a/src/lib/protocols/warcraft3.c +++ b/src/lib/protocols/warcraft3.c @@ -43,7 +43,7 @@ void ndpi_search_warcraft3(struct ndpi_detection_module_struct // struct ndpi_id_struct *src=ndpi_struct->src; // struct ndpi_id_struct *dst=ndpi_struct->dst; - u_int32_t l; /* + u_int16_t l; /* Leave it as u_int32_t because otherwise 'u_int16_t temp' might overflood it and thus generate an infinite loop */ |