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!
1 file
+ 6
0
Compare changes
  • Side-by-side
  • Inline
@@ -24,6 +24,12 @@
class vtkPacketFileReader;
/**
* \class vvPacketSender
* \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
{
public:
Loading