Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Updated (C) | Luca Deri | 2022-06-30 |
| | |||
* | Fixed msys2 build warnings and re-activated CI Mingw64 build.fix/windows-msys2 | Toni Uhlig | 2022-04-14 |
| | | | | | | | * Removed Visual Studio leftovers. Maintaining an autotools project with VS integration requires some additional overhead. Signed-off-by: Toni Uhlig <matzeton@googlemail.com> Signed-off-by: lns <matzeton@googlemail.com> | ||
* | Compilation fix | Luca Deri | 2020-08-19 |
| | |||
* | OpenBSD: Introduce pkt_timeval to deal with (bpf_)_timeval | Adrian ZgorzaĆek | 2020-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. |