Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | host_server_name size fix | Alfredo Cardigliano | 2018-05-05 | |
| | ||||
* | Implemented custom category loading. | Luca | 2018-04-26 | |
| | | | | Modified ndpiReader with -c <file> (use mining_hosts.txt as example) for loading name-based categories | |||
* | Moved ndpi_config.h from ndpi_main.h to ndpi_main.c, and example source files. | Darryl Sokoloski | 2018-04-24 | |
| | ||||
* | Add a new file to Xcode project | Yingpei Zeng | 2018-04-16 | |
| | ||||
* | Added ndpi_get_api_version() API call to be used in applications that | Luca | 2018-03-21 | |
| | | | | are dynamically linking with nDPI, to make sure the APIs are in sync | |||
* | Merge pull request #523 from zyingp/dev | Michele Campus | 2018-02-16 | |
|\ | | | | | [For Xcode project] Fix some typos and add Macro definitions for Release build as well | |||
| * | [For Xcode project] Change some typos in README.md and add macro definition ↵ | Yingpei Zeng | 2018-02-11 | |
| | | | | | | | | for release build as well | |||
* | | fix wrong increment for MPLS double header | Campus | 2018-02-15 | |
|/ | ||||
* | Reset optind of getopt_long for synthesizing command line input stably in ↵ | ZengYingpei | 2018-02-04 | |
| | | | | the Xcode project | |||
* | Unify Copyright declaration for all added files of the Xcode project | ZengYingpei | 2018-02-04 | |
| | ||||
* | Add an Xcode project for debugging under MacOS (add all missed files) | ZengYingpei | 2018-02-04 | |
| | ||||
* | Add an Xcode project for debugging under MacOS | ZengYingpei | 2018-02-04 | |
| | ||||
* | Inital hyperscan work | Luca Deri | 2018-01-24 | |
| | ||||
* | Merge remote-tracking branch 'upstream/dev' into dev | Hidde van der Heide | 2018-01-10 | |
|\ | ||||
| * | Fix MPLS header parsing in ndpiReader. | Ludovico Cavedon | 2018-01-09 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reported at https://bugs.debian.org/886133. The current parsing for the MPLS header in examples/ndpi_util.c has multiple issues: - the bitfield order is incorrect for little endian architectures - ntohl() is applied to a 20 bit label, which has unclear purpose - if multiple labels are detected, the while loop parsing labels will never exit due to a missing re-read of the mpls label - the last label is identified by looking inside the label field, while it should be done by looking at the S bit This change fixes the above issues. Notice that bitfield ordering is implementation-dependent, so C bitfields should not be used in the first place to parse network packets. | |||
* | | Merge remote-tracking branch 'upstream/dev' into dev | Hidde van der Heide | 2017-12-20 | |
|\| | ||||
| * | Fix ndpiReader long run crash due to dupilicate nodes exist, cause | qianguozheng | 2017-12-19 | |
| | | | | | | | | double free failed. | |||
| * | Simplified IPv6 datatypes | Luca Deri | 2017-12-08 | |
| | | ||||
| * | Merge branch 'dev' into dev | Michele Campus | 2017-12-07 | |
| |\ | ||||
| | * | Compilation fixes | Luca Deri | 2017-11-28 | |
| | | | ||||
| | * | Improved ndpiReader output | Luca Deri | 2017-11-19 | |
| | | | | | | | | | | | | Updated tests | |||
| * | | Merge branch 'dev' into dev | Vitaly Lavrov | 2017-11-02 | |
| |\ \ | ||||
| * | | | Refactoring the debugging output. | Vitaly Lavrov | 2017-10-26 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | levels of debug output: 0 - ERROR: Only for errors. 1 - TRACE: Start of each packets and if found protocol. 2 - DEBUG: Start of searching each protocol and excluding protocols. 3 - DEBUG_EXTRA: For all other messages. Added field ndpi_struct->debug_logging for enable debug output of each protocols. Simple macros for debugging output are added: NDPI_LOG_ERR(), NDPI_LOG_INFO(), NDPI_LOG_DBG(), NDPI_LOG_DBG2(), NDPI_EXCLUDE_PROTO() | |||
* | | | | Merge remote-tracking branch 'upstream/dev' into dev | Hidde van der Heide | 2017-11-09 | |
|\ \ \ \ | | |_|/ | |/| | | ||||
| * | | | Fixed begin/end type when capturing live traffic | Luca | 2017-11-03 | |
| | |/ | |/| | ||||
| * | | Merge branch 'dev' of https://github.com/ntop/nDPI into dev | Alfredo Cardigliano | 2017-10-30 | |
| |\ \ | ||||
| | * | | Dropbox and apple improvements | Luca Deri | 2017-10-29 | |
| | |/ | | | | | | | | | | Fixed warning | |||
| * / | --ndpi-proto-filter now accepts also protocol name | Alfredo Cardigliano | 2017-10-30 | |
| |/ | ||||
* / | Revert the revert of 2155dd9 after fixing ntopng Travis | Hidde van der Heide | 2017-10-24 | |
|/ | | | | This reverts commit 4f72b954da705f8d54a9dd61eae46b2b36b24dc0. | |||
* | Undoes 2155dd9 that breaks ntopng Travis | Simone Mainardi | 2017-10-23 | |
| | ||||
* | Add libcache to installed headers and removed relative import | Hidde van der Heide | 2017-10-19 | |
| | ||||
* | fixed bug | berat | 2017-10-12 | |
| | ||||
* | extended (-b flag) statistics with top receiver stats | berat | 2017-10-09 | |
| | ||||
* | Fixed bug in someip dissector (access out of boundary) | Luca Deri | 2017-10-08 | |
| | | | | Fixed memory leak in ndpiReader | |||
* | Typo | Luca Deri | 2017-10-06 | |
| | ||||
* | Leak fix | Luca Deri | 2017-10-05 | |
| | ||||
* | A more predictable sorting of the flows list. | Vitaly Lavrov | 2017-09-29 | |
| | | | | It is necessary for correct testing. | |||
* | memory improvement again for (-b flag) statistics | berat | 2017-09-26 | |
| | ||||
* | memory usage is improved (-b flag) | berat | 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 | |
| | | ||||
* | | improved memory usage by (-b flag) statistics | berat | 2017-09-25 | |
|/ | ||||
* | improved (-x flag) bpf filter condition | berat | 2017-09-25 | |
| | ||||
* | improved (-x flag) bpf filter condition | berat | 2017-09-25 | |
| | ||||
* | fixed another memory leak | berat | 2017-09-24 | |
| | ||||
* | memory leak fixed | berat | 2017-09-23 | |
| | ||||
* | memory leak fixed | berat | 2017-09-23 | |
| | ||||
* | typos and renames | berat | 2017-09-22 | |
| | ||||
* | Added ndpi_category_set_name() API call | Luca Deri | 2017-09-19 | |
| | ||||
* | Code rework | Luca Deri | 2017-09-17 | |
| |