ipfixprobe
ipfixprobe copied to clipboard
Parser is parsing MSS value as 4 byte variable instead of 2 bytes. MSS option has 4 bytes: 1B kind, 1B length and only 2B value. In current condition MSS...
MTU is always set to RTE_ETHER_MAX_LEN = 1518. There should be a command line parameter to change this value. https://github.com/CESNET/ipfixprobe/blob/master/input/dpdk/dpdkDevice.cpp#L140C45-L140C62
**Adds new options to the Makefile:** Introduces new options, "format-check" and "format-fix," to the Makefile for checking and fixing code formatting in .cpp and .hpp files. **Performs code reformatting across...
I have accidentally triggered a segfault while trying to convert a PCAP file to UniRec format. This was the command: ``` $ ipfixprobe -i 'pcap;file=./test1/2023-08-24-out_wan.pcap' -p pstats -p phists -o...
Some fields are missing in the README list of plugins. Additionally, I'd suggest to split README and describe plugins in a separate file from the global README (which is too...
I get multiple flows with the same 5-tuples (IPs, ports, protocol) and same times. ipfixprobe is running as follows: ```bash /usr/bin/ipfixprobe -i 'dpdk;p=0;q=1;e=ipfixprobe-eal --lcores (0-7)@(1,3,5,7,9,11,13,15,17,19,21,23) -a 0000:d8:00.0 --file-prefix=11263' -s 'cache;size=20;active=300;inactive=60;split'...
I'm running the ipfixprobe as follows: ```bash /usr/bin/ipfixprobe -i 'dpdk;p=0;q=1;e=ipfixprobe-eal --lcores (0-7)@(1,3,5,7,9,11,13,15,17,19,21,23) -a 0000:d8:00.0 --file-prefix=11263' -s 'cache;size=20;active=300;inactive=60;split' -p basicplus -p dns -p http -p tls -p quic -p passivedns -o...