Toni
Toni
Please sign (check) the below before submitting the Pull Request: - [x] I have signed the ntop Contributor License Agreement at https://github.com/ntop/legal/blob/main/individual-contributor-licence-agreement.md - [x] I have read the contributing guide...
Some protocol dissectors (especially the TCP ones) are using length checks from dissected payload and comparing it with `payload_packet_len` to successfully detect (or not) a certain protocol. As it is...
I am trying to compile `nDPI` and link `nDPId` against it. All of this is done within Github Actions: https://github.com/utoni/nDPId/actions/runs/7460017752/job/20297224832 Compilation is done with the default `CC` using `CFLAGS`: `-Werror...
I'm curious about signing windows drivers. On windows I'm using `signtool.exe /a /ac [CA-file] /f [pfx-file] [driver-path]` I played a bit around with `osslsigncode` but I it seems that it...
This issue may be related to https://github.com/everdox/InfinityHook/issues/24.
Signed-off-by: Toni Uhlig
Added -Wextra to CFLAGS. Replaced signed integer array access with an unsigned integer. Changed function signatures of threading routines to be compliant to POSIX threading architecture. (BTW, thanks for this...
limit commit count to improve performance on large repositories
Please sign (check) the below before submitting the Pull Request: - [x] I have signed the ntop Contributor License Agreement at https://github.com/ntop/legal/blob/main/individual-contributor-licence-agreement.md - [x] I have read the contributing guide...
Kick everything out that leaves a Handle somewhere. Replace Windoze Events with own synchronization.