Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'dev' of https://github.com/ntop/nDPI into dev | Luca Deri | 2019-01-17 |
|\ | |||
| * | Warnign fixes | Luca Deri | 2019-01-17 |
| | | | | | | | | Updated test results | ||
* | | Removed this party LRU and replaced with home grown | Luca Deri | 2019-01-17 |
|/ | |||
* | build: cleanup of dpdk examples. | Vitaliy Ivanov | 2018-11-29 |
| | | | | | | | - clean install dependencies on example binary - add more rules to clean command Signed-off-by: Vitaliy Ivanov <vitaliyi@interfacemasters.com> | ||
* | Warning fix | Luca | 2018-11-29 |
| | |||
* | build: do not fail if example app is not present. | Vitaliy Ivanov | 2018-11-28 |
| | | | | Signed-off-by: Vitaliy Ivanov <vitaliyi@interfacemasters.com> | ||
* | build: install example binaries to dst dir. | Vitaliy Ivanov | 2018-11-28 |
| | | | | | | make install DESTDIR=/build/nDPI/ Signed-off-by: Vitaliy Ivanov <vitaliyi@interfacemasters.com> | ||
* | build: correct example dpdk linking with pcap. | Vitaliy Ivanov | 2018-11-28 |
| | | | | | | | - take libpcap from configure information. - clean up distclean. Signed-off-by: Vitaliy Ivanov <vitaliyi@interfacemasters.com> | ||
* | Renamed internal function | Luca Deri | 2018-11-21 |
| | |||
* | Made configure more friendly | Luca Deri | 2018-11-21 |
| | | | | Added time measurement in ndpiReader (processing and setup time) | ||
* | Improved skype, teredo, netbios heuristics | Luca Deri | 2018-11-21 |
| | | | | Changed ndpi_detection_giveup() API: guess is now part of the call | ||
* | rpm spec file | Alfredo Cardigliano | 2018-11-19 |
| | |||
* | Improved WeChat support | Luca Deri | 2018-11-19 |
| | | | | | Removed Musical.ly protocol as the service has been merged with another one and thus it is no longer used Improved guess for UDP protocols | ||
* | rpm package | Alfredo Cardigliano | 2018-11-19 |
| | |||
* | Warning fix | emanuele-f | 2018-11-18 |
| | |||
* | Added DPDK support to ndpiReader | Luca Deri | 2018-11-10 |
| | |||
* | Improved SSL decoding | Luca Deri | 2018-11-03 |
| | |||
* | Make the examples Makefile respect DESTDIR and PREFIX env vars. | Guido Falsi | 2018-10-12 |
| | |||
* | fix remake | root | 2018-10-02 |
| | |||
* | Fixes broken hyperscan compilation | Simone Mainardi | 2018-09-11 |
| | |||
* | Added missing -lpthread | Luca | 2018-08-30 |
| | |||
* | Added missing file | Luca | 2018-08-30 |
| | |||
* | Cleaned up makefile | Luca | 2018-08-30 |
| | | | | Used clang instead of gcc on MacOS | ||
* | Completed custom category implementation | Luca Deri | 2018-08-16 |
| | |||
* | Fixed required library prefix | Luca | 2018-07-21 |
| | |||
* | Major code cleanup | Luca | 2018-07-21 |
| | | | | Converted some not popular protocols to NDPI_PROTOCOL_GENERIC with category detection | ||
* | 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 |
| | |||
* | Fix for https://github.com/ntop/nDPI/issues/572 | Luca Deri | 2018-05-28 |
| | |||
* | 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 |
| | |||
* | 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. |