Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add debug symbols when using --with-llvm-sanitizer | emanuele-f | 2020-02-14 |
| | |||
* | Add the --with-llvm-sanitizer flag | emanuele-f | 2020-02-13 |
| | | | | | | | To enable the leaks detector, set the ASAN_OPTIONS=detect_leaks=1 environment variable, e.g: ASAN_OPTIONS=detect_leaks=1 example/ndpiReader -i test.pcap | ||
* | Added --with-pcre to enable libpcre usage | Luca | 2020-02-02 |
| | |||
* | PCRE fix | lucaderi | 2020-01-31 |
| | |||
* | Added libpcre lib if present | Luca Deri | 2020-01-30 |
| | |||
* | Added check for libpcre presence | Luca Deri | 2020-01-29 |
| | |||
* | Minor cleanup | Luca Deri | 2020-01-05 |
| | |||
* | Add mingw host target | Zied Aouini | 2019-12-16 |
| | |||
* | Adds fuzz target | Philippe Antoine | 2019-10-31 |
| | | | | And configur option enable-fuzztargets | ||
* | Added ability to defien custom protocols | Luca Deri | 2019-10-29 |
| | |||
* | Added python bindings for nDPI | Luca Deri | 2019-09-15 |
| | |||
* | Fix cross-build from source, because of direct pkg-config check calls | Helmut Grohne | 2019-09-11 |
| | | | | | | | | ndpi fails to cross build from source, because configure.seed hard codes the build architecture pkg-config. It is best to use PKG_CHECK_MODULES instead. Please consider applying the attached patch. See: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=939286 | ||
* | Remove gcc7, add clang 8 | Stuart Reilly | 2019-07-17 |
| | |||
* | Solve remaining warnings | Stuart Reilly | 2019-07-12 |
| | |||
* | Add compiler warnings and fix them | Stuart Reilly | 2019-07-12 |
| | |||
* | Merge pull request #675 from chiehmin/dev | Luca Deri | 2019-03-23 |
|\ | | | | | Respect CXX variable during configure | ||
| * | Respect CXX variable during configure | chiehminw | 2019-03-06 |
| | | | | | | | | | | | | | | | | commit 6ac83ce7eb99 use CXX to link ndpiReader however CXX is not properly set in configure step Fixes: 6ac83ce7eb99 ("Fixes broken hyperscan compilation") Signed-off-by: chiehminw <chiehminw@synology.com> | ||
* | | Use ChangeLog date instead of build date | Bernhard M. Wiedemann | 2019-01-24 |
|/ | | | | | | | | in order to make builds reproducible. See https://reproducible-builds.org/ for why this is good. This date call works with GNU date and BSD date. Also use UTC/gmtime to be independent of timezone. | ||
* | Made configure more friendly | Luca Deri | 2018-11-21 |
| | | | | Added time measurement in ndpiReader (processing and setup time) | ||
* | Added DPDK support to ndpiReader | Luca Deri | 2018-11-10 |
| | |||
* | Better clang check | Luca | 2018-11-01 |
| | |||
* | Fixes broken hyperscan compilation | Simone Mainardi | 2018-09-11 |
| | |||
* | Indentation fix | Luca | 2018-09-11 |
| | |||
* | Merge pull request #596 from madpilot78/Add_back_pkgconfig_file | Luca Deri | 2018-08-30 |
|\ | | | | | Add back pkgconfig file. It is required by ntopng to find the install… | ||
| * | Add back pkgconfig file. It is required by ntopng to find the installed ↵ | Guido Falsi | 2018-08-25 |
| | | | | | | | | shared library. | ||
* | | Better clang handling | Luca | 2018-08-30 |
|/ | |||
* | Added target for shared liubrary creation | Luca | 2018-08-25 |
| | | | | | Added target for install Fixes #593 | ||
* | Hyperscan compilation fixes | Simone Mainardi | 2018-08-16 |
| | |||
* | Major code cleanup | Luca | 2018-07-21 |
| | | | | Converted some not popular protocols to NDPI_PROTOCOL_GENERIC with category detection | ||
* | Hyperscan fixes | Luca Deri | 2018-05-11 |
| | |||
* | Improved hyperscan support and category definition | Luca Deri | 2018-05-10 |
| | |||
* | Added option --enable-debug-messages. | Vitaly Lavrov | 2018-02-07 |
| | | | | | | The configurator option "--enable-debug-messages" is added to enable debug information output (define NDPI_ENABLE_DEBUG_MESSAGES=1). Mandatory inclusion of the file ndpi_config.h in all the compiled files. | ||
* | Inital hyperscan work | Luca Deri | 2018-01-24 |
| | |||
* | Implements #376 | Luca | 2017-08-29 |