Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Completed custom category implementation | Luca Deri | 2018-08-16 |
| | |||
* | Updated twitter invalid address range | Luca Deri | 2018-07-16 |
| | | | | Using content substring match in category search | ||
* | Suppressed invalid messages with -q | Luca | 2018-06-21 |
| | | | | -j now accepts - as stdout | ||
* | Fix for handling IP address based custom categories | Luca Deri | 2018-06-11 |
| | |||
* | Implemented Facebook Messenger (mobile) support | Luca Deri | 2018-05-18 |
| | | | | Code cleanup | ||
* | Implemented hash-based categories | Luca Deri | 2018-05-16 |
| | |||
* | Hidden ndpi_detection_module_struct definition | Luca Deri | 2018-05-14 |
| | |||
* | Added ndpi_set_detection_preferences() APi call | Luca Deri | 2018-05-14 |
| | |||
* | Improved hyperscan support and category definition | Luca Deri | 2018-05-10 |
| | |||
* | 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 |
| | |||
* | 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 | ||
* | Add an Xcode project for debugging under MacOS (add all missed files) | ZengYingpei | 2018-02-04 |
| | |||
* | Inital hyperscan work | Luca Deri | 2018-01-24 |
| | |||
* | 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 | ||
| * | Fixed begin/end type when capturing live traffic | Luca | 2017-11-03 |
| | | |||
* | | Merge branch 'dev' into dev | Vitaly Lavrov | 2017-11-02 |
|\| | |||
| * | 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 |
| |/ | |||
* / | 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() | ||
* | 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 |
| | |||
* | 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 |
| | |||
* | Extended filter produced by -b flag | berat | 2017-09-08 |
| | |||
* | Implemented flow sort based on total bytes so that we can (with -v X) ↵ | Luca | 2017-08-02 |
| | | | | immediately spot elephants and mice | ||
* | ndpiReader.c: fix variable ‘fileName’ set but not used ↵ | Alexis La Goutte | 2017-07-28 |
| | | | | [-Werror=unused-but-set-variable] | ||
* | ndpiReader.c fix ↵ | Alexis La Goutte | 2017-07-28 |
| | | | | ‘getTopStats/deleteTopStats/top_stats_sort/scanners_port_sort/scanners_sort/deleteScanners’ defined but not used [-Werror=unused-function] | ||
* | ndpiReader: fix file_first_time/_statsFilePath defined but not used ↵ | Alexis La Goutte | 2017-07-28 |
| | | | | [-Werror=unused-variable] | ||
* | Removed unused variable | Luca Deri | 2017-07-25 |
| | |||
* | changed name from _bpf_filter to bpfFilter to avoid compilation error in ↵ | Campus | 2017-07-13 |
| | | | | OpenBSD caused by redefinition by https://github.com/openbsd/src/blob/master/sys/net/bpf.h#L296 | ||
* | removed warning compilation for - warning: passing argument 3 of ↵ | Campus | 2017-07-09 |
| | | | | 'pcap_compile' from incompatible pointer type | ||
* | fix for OpenBSD compile error https://github.com/ntop/nDPI/issues/417 | Campus | 2017-07-07 |
| | |||
* | Code cleanup | Luca Deri | 2017-07-06 |
| | | | | | Updated test results Renamed SOMEIP -> someip | ||
* | extended bpf filter produced by -x flag to include hosts | berat | 2017-06-30 |
| |