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

Description

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

Tags

org:mirage org:xapi-project

Published: 07 Apr 2022

README

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.

Dependencies (4)

  1. ppx_cstruct > "0"
  2. cstruct >= "1.9.0"
  3. dune >= "1.0"
  4. ocaml >= "4.08.0"

Dev Dependencies (1)

  1. ounit with-test

Used by (3)

  1. dns >= "0.13.0" & < "1.0.0" | = "1.1.3"
  2. tcpip >= "2.5.0" & < "4.0.0" | >= "5.0.1"
  3. vpnkit

Conflicts

None