Joincap Versions Save

Merge multiple pcap files together, gracefully.

v0.10.2

4 years ago

Changelog

  • use ZeroCopyReadPacketData which is much faster than ReadPacketData

v0.10.1

5 years ago

Changelog

  • Print help message if no input files were given (fix #2)

v0.10.0

5 years ago

Changelog

  • Allow mixing of different input LinkTypes

v0.9.2

5 years ago

Changelog

  • Fixed a bug introduced in v0.9.0 - input file passing order can make previousTimestamp be initialized wrong and reject later input files
  • Fixed a log print that should only be printed in verbose mode

v0.9.1

5 years ago

Changelog

  • Fix initialization of timestamp corruption algorithm

v0.9.0

5 years ago

Changelog

  • Detect bad packets if an hour earlier than previous packet

v0.8.9

5 years ago

Changelog

  • Better wrapping of error messages

v0.8.8

5 years ago

Changelog

  • Verbose mode: humanize byte size printing (TiB, GiB, MiB, KiB)
  • More tests

v0.8.7

5 years ago

Changelog

  • Better error handling
  • More tests