PcapLossGenerator

Generate packet loss in PCAP files

Installation process:

You need to run cmake from build directory:

PcapLossGenerator/build$ cmake ..

Then from the same directory, you should run:

PcapLossGenerator/build$ make

and to install it globally:

PcapLossGenerator/build$ sudo make install