package pcap-format

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

Install

Dune Dependency

Authors

Maintainers

Sources

pcap-format-0.6.0.tbz
sha256=2d48f2f179ba56c9ccab51472b398983bba8ae44efedc393b282f09ad34791a6
sha512=6c46b314b665eff3e46550e28a88f6de5370ed5299e88fa76f612330fa704bea5e436608e4f0eff489b444cc8b534e1f5710a0d92083469ec52f375d6435baf8

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.