ipfixcat icon indicating copy to clipboard operation
ipfixcat copied to clipboard

Convert an IPFIX stream to readable JSON

Results 1 ipfixcat issues
Sort by recently updated
recently updated
newest added

As per header, configured OVS with the following agent config ```ovs-vsctl -- set Bridge testbr ipfix=@i -- --id=@i create IPFIX targets=\"127.0.0.1:4739\" sampling=1 other_config:enable-input-sampling=true``` Output as follows: ``` root@ubuntu:~# socat udp-recv:4739...

bug