I got a new Ethernet packet sniffer from Kunbus company and I need to control it on Labview. The manufacturer doesn't have any dll library that allows me some "easy" automation (like I did before with the Spirent product AX-4000 for traffic generation and analysis).
The manual of this sniffer says to use Wireshark and I am still learning about it. But I really need this in LV.
My main objective (not the only one) is to get the delay of the transferring data that will be generated from other device (like AX-4000). But I need something like maximum and minimum delay from all the transfer and show all the available statistics (delay, CRC error...). Not in real time.
The point is that this sniffer comes with a plugin to be available on Wireshark, and the best that I could see until now is the example in LV for WinPcap (like here) but don't show me a general statistics of the transmitted data like I need.
So the idea is that as I don't have any automation library for this new device I would use WinPcap and to control it like Wireshark does, but I need some extra implementation to show my statistics.
I wonder if there is today new examples of that with more options that can help me how to do that... Because I am still in the "zero point".
Maybe some libraries in C.
I appreciate any advice.