aboutsummaryrefslogtreecommitdiff
path: root/src/include/ndpi_includes.h
Commit message (Collapse)AuthorAge
* Removed unnecessary includes (#2525)Luca Deri2024-08-21
|
* Added printf/fprintf replacement for some internal modules. (#1974)Toni2023-09-26
| | | | | | * logging is instead redirected to `ndpi_debug_printf` Signed-off-by: lns <matzeton@googlemail.com> Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Windows changesLuca Deri2022-10-06
|
* Updated (C)Luca Deri2022-06-30
|
* Added include for defining bools (not present on all platforms)Luca Deri2021-09-26
|
* Fixed Mingw64 build, SonerCloud-CI and more. (#1273)Toni2021-08-18
| | | | | | | | | | | | | * Added ARM build and unit test run for SonarCloud-CI. Signed-off-by: Toni Uhlig <matzeton@googlemail.com> * Fixed Mingw64 build. * adapted to SonarCloud-CI workflow * removed broken and incomplete Windows example (tested on VS2017/VS2019) * removed unnecessary include (e.g. pthread.h for the library which does not make use of it) Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Compilation fixLuca Deri2020-08-19
|
* OpenBSD: Introduce pkt_timeval to deal with (bpf_)_timevalAdrian ZgorzaƂek2020-08-09
| | | | | | Some BSD APIs called in example/ return `struct bpf_timeval`, where nDPI APIs expect `struct timeval`. These two structs, besides having a different name, share the exact same set of fields.
* Initial JA3 support (https://github.com/salesforce/ja3) for SSLLuca Deri2019-05-11
|
* rework some stuffs - added missing comments on functionsCampus2016-04-24
|
* Added #include <sys/types.h>Luca Deri2016-04-24
| | | | https://github.com/voidlinux/void-packages/blob/master/srcpkgs/ndpi/patches/types.patch
* Win fixesLuca Deri2015-11-30
|
* reorganized header files - added ndpi_includes.hCampus2015-11-30