Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mirage/ocaml-pcap

OCaml code for generating and analysing pcap (packet capture) files
https://github.com/mirage/ocaml-pcap

mirageos ocaml pcap

Last synced: about 1 month ago
JSON representation

OCaml code for generating and analysing pcap (packet capture) files

Awesome Lists containing this project

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`](pcap-format.opam) file for build
instructions.

### Documentation

[![Build Status](https://img.shields.io/endpoint?url=https://ocaml.ci.dev/badge/mirage/ocaml-pcap/main&logo=ocaml)](https://ocaml.ci.dev/github/mirage/ocaml-pcap)

The documentation and API reference is automatically generated by
`odoc` from the interfaces. It can be consulted [online][2].

[2]: https://mirage.github.io/ocaml-pcap/