Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | Fixes for iQIYI and 1kxun protocols | Luca Deri | 2017-10-06 | |
| | | ||||
* | | Added ndpi_is_subprotocol_informative() API call | Luca Deri | 2017-10-06 | |
| | | ||||
* | | Typo | Luca Deri | 2017-10-06 | |
| | | ||||
* | | Leak fix | Luca Deri | 2017-10-05 | |
| | | ||||
* | | Merge pull request #469 from vel21ripn/dev | Michele Campus | 2017-10-03 | |
|\ \ | | | | | | | Fix undefined behavior (detected by gcc): | |||
| * | | Fix undefined behavior (detected by gcc): | Vitaly Lavrov | 2017-10-03 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ndpi_define.h.in:218: Macros NDPI_SET(), NDPI_CLR(), NDPI_ISSET() runtime error: left shift of 1 by 31 places cannot be represented in type 'int' http.c:364: strncpy((char*)flow->protos.http.nat_ip,(char*)packet->forwarded_line.ptr,len); runtime error: null pointer passed as argument 2, which is declared to never be null ndpi_patricia.c:ndpi_comp_with_mask(): int m = ((-1) << (8 - (mask % 8))); runtime error: left shift of negative value -1 Original function ndpi_comp_with_mask() is unreadable and slow. We have only 2 type of address: 32 bit and 128 bit. The optimized version works 6 times faster (IPv4). | |||
* | | | Merge pull request #468 from danielengbert/dev | Michele Campus | 2017-10-03 | |
|\ \ \ | |/ / |/| | | Fixed issue #459 by adding missing symbols. | |||
| * | | Fixed issue #459 by adding missing symbols. | dangbert | 2017-10-02 | |
|/ / | ||||
* | | Merge pull request #466 from vel21ripn/dev-fixerr | Michele Campus | 2017-10-02 | |
|\ \ | | | | | | | Fix error: Use of uninitialized structures in tcp_udp.c | |||
| * | | Fix error: Use of uninitialized structures in tcp_udp.c | Vitaly Lavrov | 2017-10-01 | |
| | | | | | | | | | | | | Now the test results do not depend on the compiler optimization level and architecture. | |||
* | | | Merge branch 'vel21ripn-dev-tests' into dev | Campus | 2017-09-29 | |
|\ \ \ | ||||
| * | | | Merge branch 'dev-tests' of https://github.com/vel21ripn/nDPI into ↵ | Campus | 2017-09-29 | |
|/| | | | |/ / | | | | | | | vel21ripn-dev-tests | |||
| * | | A more predictable sorting of the flows list. | Vitaly Lavrov | 2017-09-29 | |
| | | | | | | | | | | | | It is necessary for correct testing. | |||
* | | | Merge pull request #463 from vel21ripn/dev | Michele Campus | 2017-09-29 | |
|\ \ \ | |/ / |/| | | Fixed a typo in lisp.c | |||
| * | | Fixed a typo in lisp.c | Vitaly Lavrov | 2017-09-29 | |
|/ / | ||||
* | | update results after many commits | Campus | 2017-09-27 | |
| | | ||||
* | | Merge pull request #460 from beratx/dev | Michele Campus | 2017-09-26 | |
|\ \ | | | | | | | memory improvement again for (-b flag) statistics | |||
| * | | memory improvement again for (-b flag) statistics | berat | 2017-09-26 | |
| | | | ||||
| * | | memory usage is improved (-b flag) | berat | 2017-09-26 | |
| | | | ||||
* | | | Add configure.ac and ndpi_define.h to gitignore | emanuele-f | 2017-09-26 | |
|/ / | ||||
* | | Merge pull request #457 from la10736/fix_ndpiReader_dependencies | Michele Campus | 2017-09-25 | |
|\ \ | | | | | | | Fix #456: ndpiReader depend from uthash.h heder | |||
| * | | Fix #456: ndpiReader depend from uthash.h heder | Michele d'Amico | 2017-09-25 | |
| | | | ||||
* | | | Merge pull request #455 from beratx/dev | Michele Campus | 2017-09-25 | |
|\ \ \ | |/ / |/| | | improved memory usage by (-b flag) statistics | |||
| * | | improved memory usage by (-b flag) statistics | berat | 2017-09-25 | |
| | | | ||||
* | | | Custom protocols are not set as application and no longer master protocols | Luca Deri | 2017-09-25 | |
|/ / | ||||
* | | Merge pull request #454 from beratx/dev | Michele Campus | 2017-09-25 | |
|\ \ | | | | | | | improved (-x flag) bpf filter condition | |||
| * | | improved (-x flag) bpf filter condition | berat | 2017-09-25 | |
| | | | ||||
| * | | improved (-x flag) bpf filter condition | berat | 2017-09-25 | |
|/ / | ||||
* | | Merge pull request #452 from beratx/dev | Michele Campus | 2017-09-25 | |
|\ \ | | | | | | | fixed another memory leak | |||
| * | | fixed another memory leak | berat | 2017-09-24 | |
| | | | ||||
* | | | Patch for giving prority in case of match to custom-defined protocols | Luca Deri | 2017-09-24 | |
|/ / | ||||
* | | Merge pull request #450 from beratx/dev | Michele Campus | 2017-09-24 | |
|\ \ | | | | | | | fixed memory leak | |||
| * | | memory leak fixed | berat | 2017-09-23 | |
| | | | ||||
| * | | memory leak fixed | berat | 2017-09-23 | |
|/ / | ||||
* | | Fixed category for email services | Luca Deri | 2017-09-23 | |
| | | ||||
* | | Merge pull request #449 from beratx/dev | Michele Campus | 2017-09-22 | |
|\ \ | | | | | | | typos and renames | |||
| * | | typos and renames | berat | 2017-09-22 | |
|/ / | ||||
* | | Removed / from category names that can cause issues in applications | Luca Deri | 2017-09-21 | |
| | | ||||
* | | Added ndpi_category_set_name() API call | Luca Deri | 2017-09-19 | |
| | | ||||
* | | Code rework | Luca Deri | 2017-09-17 | |
| | | ||||
* | | Implemented DHCP field 55 decode | Luca Deri | 2017-09-17 | |
| | | ||||
* | | Reworked categories | Luca Deri | 2017-09-15 | |
| | | ||||
* | | Reorganized protocol families | Luca Deri | 2017-09-15 | |
| | | | | | | | | Added new API calls ndpi_set_proto_breed() and ndpi_set_proto_category() for overwriting nDPI protocol specifications | |||
* | | Added custom 5 protocol categories to be used by applications. They are ↵ | Luca Deri | 2017-09-15 | |
| | | | | | | | | | | | | currently empty Added ndpi_is_custom_category() to check if a defined category is custom | |||
* | | Merge branch 'huniyaarif1-dev' into dev | Campus | 2017-09-14 | |
|\ \ | ||||
| * | | LISP PROTOCOL by Huniya Arif (xFlowResearch) | huniya arif, xflowResearch | 2017-09-14 | |
| | | | ||||
| * | | Added LISP protocol. By Huniya Arif (xFlowResearch) | huniya arif, xflowResearch | 2017-09-14 | |
| | | | ||||
| * | | Added protocol LISP. By Huniya Arif xFlow Research | huniya arif, xflowResearch | 2017-09-14 | |
|/ / | ||||
* | | Merge pull request #445 from beratx/dev | Michele Campus | 2017-09-13 | |
|\ \ | | | | | | | Extended filter produced by -b flag | |||
| * | | Extended filter produced by -b flag | berat | 2017-09-08 | |
|/ / |