Oliver Gasser

Results 6 issues of Oliver Gasser

Added an example file which can be used as global hook or interface hook. Example file is regarding timeout values, however, gives hint on other user configurable values. See joukewitteveen/netctl#63

Otherwise yarrp is complaining with the following error message: ``` ./yarrp: option '--v6eh' doesn't allow an argument ``` This error does not occur when simply using `-X` instead of `--v6eh`.

Fixes the following error during compilation: ``` patricia.cpp: In member function ‘int Patricia::parsePrefix(int, char*, std::string*)’: patricia.cpp:1028:21: error: ‘remove_if’ is not a member of ‘std’; did you mean ‘remove_cv’? 1028 |...

The Linux kernel 6.2 has (finally) [added support for Realtek 8822BU](https://lwn.net/Articles/917733/). Unfortunately, this newly added in-tree module has a lower networking performance, at least on my system: 30 Mbps with...

Add support for basicList. Results can be displayed using `ipfixcat`. Example: ``` {"name":"basicList","field":291,"value":"(semantic=4,fieldID=190,fieldLen=2)[60,52,367,52]"} ``` See RFC 6313 for more info on basicList.

This allows to add the following three payload field types to the UDP templating feature: * `HEX`: String of hex-encoded byte values * `UNIXTIME_SEC`: Time in seconds since the Unix...