IPFIX data over UDP to C# - can I decode the data?
问题 I have a code sample from the MSDN website to create a UDP listener/client as I am trying to receive IPFIX/Netflow data from a firewall and then work with the data I receive. The code does work and starts to reveive data but its jargon (see below) so I guess I am not decoding it correctly. Does anyone have any ideas what I need to do to be able to get the data in the correct format? The code I am using is: using System; using System.Net; using System.Net.Sockets; using System.Text; public