Skip to content
Snippets Groups Projects

[fix] Fix loop option of the packet file sender

Merged MelanieCarriere requested to merge fixLoopOptionPacketFileSender into master
All threads resolved!
@@ -26,8 +26,8 @@ class vtkPacketFileReader;
/**
* \class vvPacketSender
* \brief This class is responsible to send all packet in a .pcap file once.
* To send a pcap file multiples times, a new vvPacketSender should be created.
* \brief This class is responsible to send all packets in a .pcap file once.
* To send a pcap file multiples times, a new vvPacketSender should be created each time.
*/
class VTK_EXPORT vvPacketSender
Loading