| Commit message (Collapse) | Author | Age |
| ... | |
| |
|
|
|
|
|
|
| |
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
|
| | |
|
| | |
|
| | |
|
| |\
| |
| | |
Respect CXX variable during configure
|
| | |
| |
| |
| |
| |
| |
| |
| | |
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>
|
| |/
|
|
|
|
|
|
| |
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.
|
| |
|
|
| |
Added time measurement in ndpiReader (processing and setup time)
|
| | |
|
| | |
|
| | |
|
| | |
|
| |\
| |
| | |
Add back pkgconfig file. It is required by ntopng to find the install…
|
| | |
| |
| |
| | |
shared library.
|
| |/ |
|
| |
|
|
|
| |
Added target for install
Fixes #593
|
| | |
|
| |
|
|
| |
Converted some not popular protocols to NDPI_PROTOCOL_GENERIC with category detection
|
| | |
|
| | |
|
| |
|
|
|
|
| |
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.
|
| | |
|
| |
|