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

README.md.html

pcap-format -- decode and encode PCAP (packet capture) files

pcap-format provides an interface to encode and decode pcap files, dealing with both endianess, including endianess detection.

Installation

pcap-format can be installed with opam:

opam install pcap-format

If you don't use opam consult the pcap-format.opam file for build instructions.

Documentation

The documentation and API reference is automatically generated by ocamldoc from the interfaces. It can be consulted online.