Skip to content

Libtrace 4.0.4

Compare
Choose a tag to compare
@salcock salcock released this 02 Jul 03:35
· 1476 commits to master since this release

See https://github.com/LibtraceTeam/libtrace/wiki/ChangeLog for a full detailed list of changes in this release.

Major additions in this release:

  • Added reference counting API for keeping track of packets shared across multiple threads.
  • Added new input format for receiving live streams of packets encoded using the ETSI LI standard.
  • Libpacketdump can now also decode ETSI-encoded packets.
  • Added CLI option to tracereplay to "speed up" replays by a given factor, i.e. set to 2 to replay at double speed.

Bug fixes:

  • Fixed problems with trying to have two ring: inputs active at the same time.
  • Fixed missing subseconds in timestamps from pcapng: packets.
  • Fixed bug that was causing poor ndag: performance.
  • Fixed bug that prevented trace_pstop() from working correctly on some live inputs.
  • Many other minor bug fixes and tidyups.