ipfixprobe icon indicating copy to clipboard operation
ipfixprobe copied to clipboard

Results 27 ipfixprobe issues
Sort by recently updated
recently updated
newest added

Hello, while using ipfixprobe 4.16.0 I noticed that the program eats the whole CPU. I tested `raw` and `pcap` inputs. This happens regardless of cache or processor plugins. I am...

need info

- Add support for both legacy and YAML config formats - Legacy format marked as obsolete

enhancement

The devices that we use have IPFIX support in the silicon which allows us to identify IPFIX flows. This new plugin allows the IPFIX flow data to be passed onto...

https://github.com/CESNET/ipfixprobe/blob/480f2084a5aa6c86f0bd82b91549ba4aca678be9/init/link0.conf.example#L73 The configuration option `output_plugin.ipfix.exporter.dir` matches the semantic of the IPFIX [flowDirection (61)](https://www.iana.org/assignments/ipfix/ipfix.xhtml#ipfix-information-elements:~:text=flowDirection) field. https://github.com/CESNET/ipfixprobe/blob/480f2084a5aa6c86f0bd82b91549ba4aca678be9/include/ipfixprobe/ipfix-elements.hpp#L88 However, the value is placed in the [ingressInterface (10)](https://www.iana.org/assignments/ipfix/ipfix.xhtml#ipfix-information-elements:~:text=ingressInterface) field. This leads to problems with...

## Summary Add a new process plugin `tcpRtt` for IPFIXProbe to compute TCP handshake round-trip time (RTT). ## Details This MR introduces a plugin `tcpRtt` that tracks TCP SYN and...