package pcap-format

  1. Overview
  2. Docs
Decode and encode PCAP (packet capture) files

Install

Dune Dependency

Authors

Maintainers

Sources

pcap-format-0.5.0.tbz
md5=8044256e21080e6dcf3fbdc9144f1328

CHANGES.md.html

0.5.0 (2017-02-03)

  • removed mirage and print sublibrary

  • converted build system to topkg

0.4.0 (2016-04-30)

  • add an opam file

  • replace camlp4 with ppx

  • add windows support

0.3.3 (2013-07-25)

  • Add Lwt_bounded implementation to constrain size of packet captures.

  • Update package name to pcap-format

  • Update to new Cstruct (>= 0.6.0) and Mirage

0.3.1 (2012-09-18)

  • Support dumping a pcap trace to a block device.

  • Use cstruct signature generators to tidy up pcap interface.

  • Initial public release.