Udpreplay Versions Save

Replay UDP packets from a pcap file

v1.1.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/rigtorp/udpreplay/compare/v1.0.0...v1.1.0

v1.0.0

4 years ago

The is the first release of udpreplay!

Statically linked binary for 64bit linux is provided.

Building release:

$ cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS="-static" -DCMAKE_EXE_LINKER_FLAGS="-Wl,--gc-sections -Wl,--strip-all -LMicrosoft/vcpkg/installed/x64-linux/lib/"