PcapLossGenerator
Generate packet loss in PCAP files
Broken Link
The original download link for this tool is no longer available. The information below is kept for historical reference. If you know of an updated URL or alternative, please suggest an edit or open an issue.
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