05-13-2025 04:09 AM
Hi All,
I have been using 8523 and 8520 interfaces with XNET stack for generating Ethernet traffic. However, is it possible to stream an existing PCAPNG file through XNET interface? So far, I don't see any such option. Please let me know if there is any.
PS: I don't want to use external applications like PlayCap and intend to use the LabVIEW native solution.
05-13-2025 07:05 AM
NI-XNET has example for Ethernet Replay \examples\nixnet\projects\NI-XNET Ethernet\Ethernet Replay.vi, but unfortunately LabVIEW does not support reading pcapng to my knowledge.
Perhaps you need to use third-party library like GitHub - rshk/python-pcapng to parse the file and feed the frame to XNET.