aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* update README for json install libCampus2017-10-06
|
* Fixes for iQIYI and 1kxun protocolsLuca Deri2017-10-06
|
* Added ndpi_is_subprotocol_informative() API callLuca Deri2017-10-06
|
* TypoLuca Deri2017-10-06
|
* Leak fixLuca Deri2017-10-05
|
* Merge pull request #469 from vel21ripn/devMichele Campus2017-10-03
|\ | | | | Fix undefined behavior (detected by gcc):
| * Fix undefined behavior (detected by gcc):Vitaly Lavrov2017-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/devMichele Campus2017-10-03
|\ \ | |/ |/| Fixed issue #459 by adding missing symbols.
| * Fixed issue #459 by adding missing symbols.dangbert2017-10-02
|/
* Merge pull request #466 from vel21ripn/dev-fixerrMichele Campus2017-10-02
|\ | | | | Fix error: Use of uninitialized structures in tcp_udp.c
| * Fix error: Use of uninitialized structures in tcp_udp.cVitaly Lavrov2017-10-01
| | | | | | | | Now the test results do not depend on the compiler optimization level and architecture.
* | Merge branch 'vel21ripn-dev-tests' into devCampus2017-09-29
|\ \
| * | Merge branch 'dev-tests' of https://github.com/vel21ripn/nDPI into ↵Campus2017-09-29
|/| | | |/ | | | | vel21ripn-dev-tests
| * A more predictable sorting of the flows list.Vitaly Lavrov2017-09-29
| | | | | | | | It is necessary for correct testing.
* | Merge pull request #463 from vel21ripn/devMichele Campus2017-09-29
|\ \ | |/ |/| Fixed a typo in lisp.c
| * Fixed a typo in lisp.cVitaly Lavrov2017-09-29
|/
* update results after many commitsCampus2017-09-27
|
* Merge pull request #460 from beratx/devMichele Campus2017-09-26
|\ | | | | memory improvement again for (-b flag) statistics
| * memory improvement again for (-b flag) statisticsberat2017-09-26
| |
| * memory usage is improved (-b flag)berat2017-09-26
| |
* | Add configure.ac and ndpi_define.h to gitignoreemanuele-f2017-09-26
|/
* Merge pull request #457 from la10736/fix_ndpiReader_dependenciesMichele Campus2017-09-25
|\ | | | | Fix #456: ndpiReader depend from uthash.h heder
| * Fix #456: ndpiReader depend from uthash.h hederMichele d'Amico2017-09-25
| |
* | Merge pull request #455 from beratx/devMichele Campus2017-09-25
|\ \ | |/ |/| improved memory usage by (-b flag) statistics
| * improved memory usage by (-b flag) statisticsberat2017-09-25
| |
* | Custom protocols are not set as application and no longer master protocolsLuca Deri2017-09-25
|/
* Merge pull request #454 from beratx/devMichele Campus2017-09-25
|\ | | | | improved (-x flag) bpf filter condition
| * improved (-x flag) bpf filter conditionberat2017-09-25
| |
| * improved (-x flag) bpf filter conditionberat2017-09-25
|/
* Merge pull request #452 from beratx/devMichele Campus2017-09-25
|\ | | | | fixed another memory leak
| * fixed another memory leakberat2017-09-24
| |
* | Patch for giving prority in case of match to custom-defined protocolsLuca Deri2017-09-24
|/
* Merge pull request #450 from beratx/devMichele Campus2017-09-24
|\ | | | | fixed memory leak
| * memory leak fixedberat2017-09-23
| |
| * memory leak fixedberat2017-09-23
|/
* Fixed category for email servicesLuca Deri2017-09-23
|
* Merge pull request #449 from beratx/devMichele Campus2017-09-22
|\ | | | | typos and renames
| * typos and renamesberat2017-09-22
|/
* Removed / from category names that can cause issues in applicationsLuca Deri2017-09-21
|
* Added ndpi_category_set_name() API callLuca Deri2017-09-19
|
* Code reworkLuca Deri2017-09-17
|
* Implemented DHCP field 55 decodeLuca Deri2017-09-17
|
* Reworked categoriesLuca Deri2017-09-15
|
* Reorganized protocol familiesLuca Deri2017-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 Deri2017-09-15
| | | | | | currently empty Added ndpi_is_custom_category() to check if a defined category is custom
* Merge branch 'huniyaarif1-dev' into devCampus2017-09-14
|\
| * LISP PROTOCOL by Huniya Arif (xFlowResearch)huniya arif, xflowResearch2017-09-14
| |
| * Added LISP protocol. By Huniya Arif (xFlowResearch)huniya arif, xflowResearch2017-09-14
| |
| * Added protocol LISP. By Huniya Arif xFlow Researchhuniya arif, xflowResearch2017-09-14
|/
* Merge pull request #445 from beratx/devMichele Campus2017-09-13
|\ | | | | Extended filter produced by -b flag