package pcap-format

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

Install

Dune Dependency

Authors

Maintainers

Sources

pcap-format-0.5.2.tbz
sha256=2e8cba93c4ea4497bc106a4f8396d7818b2684eae039c0a20ce47bfadecd8591
sha512=913b71f980126cc1e0ef18ab92eaaebc47adb7ef46dba8d0095f43b328d9dcc9ba7d63512c885f48664fe0397b5ea05e675300f175091c82788acd2d79b1fe25

CHANGES.md.html

0.5.2 (2019-05-27)

  • port to dune (@avsm)

  • upgrade metadata to opam 2.0 (@avsm)

  • test on OCaml 4.07 (@avsm)

0.5.1 (2018-06-14)

  • build with jbuilder

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.