diff options
author | Luca Deri <deri@ntop.org> | 2015-05-19 08:14:52 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2015-05-19 08:14:52 +0200 |
commit | ad28d5ff7b5d5793172032281a9527bac4e64a62 (patch) | |
tree | 0da81a98712bf4ee05eac72082da7740643731af /src/lib/protocols | |
parent | c6d09df8846e6566d7d11b471732d11e15f8b93f (diff) | |
parent | 167c83121262c4621b56f1cb3927bf5f8a5f9a69 (diff) |
Merge branch 'dev' of https://github.com/ntop/nDPI into dev
Diffstat (limited to 'src/lib/protocols')
-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 */ |