ipfixcol2
ipfixcol2 copied to clipboard
High-performance NetFlow v5/v9 and IPFIX collector (RFC7011)
I'm getting a floating point exception for this version and configuration: ``` Version: 2.2.1 GIT hash: db9a5d4 Build type: Release Architecture: x86-64 (little endian) Compiler: GNU 7.4.0 Copyright (C) 2018...
Hello everyone. I am trying to install this project on a Centos 7. I have followed all the steps you indicate, previously installing the libfds library: $ git clone https://github.com/CESNET/libfds.git...
We are doing dpi and using subtemplate multilists, so we increased netflow packet size to 2840 which is greater than interface MTU size 1500. So the netflow packets are fragmented...
When I provide unirec-elements.txt with duplicate element entry, the ipfixcol2 ends up with a segmentation fault error. To replicate the error, insert one line twice into the unirec-elements.txt config, like:...
Hello again: We have various build targets with different archs, C libraries, etc. Most of them use Musl, but one of the ARM boards this is targeted for actually does...
Hello: Most new embedded OSes use Musl as their C library. Musl does not support the "pthread_rwlockattr_setkind_np()" function and "PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP" definition. This is the relevant log in our build system...
one of the best intermediate modules of ipfixcol was geoip module, would you please add it again? and is it possible to run ipfixcol2 in cluster for collecting huge number...
The issue is caused by RTLD_DEEPBIND flag used during loading of a plugin. This flag breaks some ODR assumptions required by C++, therefore, some libstdc++ functions might fail. For example,...
Hi, just found ipfixcol2 and tried to replace nfcapd with it in an nfsen system. Works well so far. It would however be very helpful to be able to configure...
Hi Lukas, I open this issue due to when I get IPFIX packets I can not see the whole elements defined at IANA. I have checked that ipfix-elements.xml at ipfixcol...