You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks likes the code is missing the code to process the number of octets in an ipfix low record. I looked through ipfix.c and I can’t find anyplace where it processes this element in an ipfix flow record.
I stumbled across this as I was trying to use joy to process a pcp file of an ipfix capture. I ran joy with the option ‘ipfix_collector_port=2055 and then used as input a pcap file. It processed my ipfix flow records but in the json output the ‘bytes_out’ is zero in all the records.
Pretty sure this isn’t how it was intended to work.
The text was updated successfully, but these errors were encountered:
It looks likes the code is missing the code to process the number of octets in an ipfix low record. I looked through ipfix.c and I can’t find anyplace where it processes this element in an ipfix flow record.
I stumbled across this as I was trying to use joy to process a pcp file of an ipfix capture. I ran joy with the option ‘ipfix_collector_port=2055 and then used as input a pcap file. It processed my ipfix flow records but in the json output the ‘bytes_out’ is zero in all the records.
Pretty sure this isn’t how it was intended to work.
The text was updated successfully, but these errors were encountered: