Skip to content

Releases: courvoif/pcap-file

v2.0.0-rc1

13 Jan 14:11
d239b37
Compare
Choose a tag to compare
v2.0.0-rc1 Pre-release
Pre-release

Refactoring of the whole project.

Now it is capable of:

  • Parse, read and write a pcap file
  • Parse, read and write a pcapng file

Version 0.10.0

20 Feb 22:19
f02050f
Compare
Choose a tag to compare

Changelog

Miscellaneous:

  • Add test for BigEndian and LitlleEndian support
  • Move to error-chain v0.11 thanks to @FauxFaux

Version 0.9.0

09 Feb 21:39
Compare
Choose a tag to compare

Changelog

Miscellaneous:

  • Add Seek implementation to PeekReader thanks to @sekineh

Version 0.8.0

27 Nov 20:47
Compare
Choose a tag to compare

Changelog

API Modification:

  • PcapReader iterator now return a Result

Other:

  • Implemented Default for PcapHeader

Version 0.7.0

26 Jun 06:02
Compare
Choose a tag to compare

Changelog

First release