package pcap-format

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

Install

Dune Dependency

Authors

Maintainers

Sources

0.5.1.tar.gz
md5=a7add065902759bc70eeecc8553f839d

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: 15 Jun 2018

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 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 (5)

  1. ppx_cstruct > "0"
  2. cstruct >= "1.9.0" & < "5.0.0"
  3. ppx_tools build
  4. jbuilder >= "1.0+beta10"
  5. 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