- Nov 26, 2021
-
-
Karel Koci authored
The original code was just wrong. This correctly extracts the first block section from changelog.
-
- May 14, 2021
-
-
Karel Koci authored
Added * support for parsing UDP and TCP protocols for IPv6 (for now without extensions headers) Changed * source files were reorganized in the repository
-
- May 10, 2021
-
-
Karel Koci authored
These are all protocols that are defined in netinet/in.h but they are not all available on all systems. Commenting out some subset is not exactly all right solution. This instead just wraps case with check if macro is defined.
-
Karel Koci authored
This is just so project is little bit better organized. We have now sources for recorder and fwlogs itself separate. This also changes how we load suites in unittests. We now use constructor to auto-inject suites without having to edit unittests.c.
-
- Oct 06, 2020
-
-
Karel Koci authored
Added * Initial version of fwlogs * IPv4 TCP and UCP support * Minimal IPv6 support
-
- Aug 18, 2020
-
-
Karel Koci authored
-