Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mirage/ocaml-pcap
- Owner: mirage
- License: isc
- Created: 2012-09-16T13:48:43.000Z (about 12 years ago)
- Default Branch: main
- Last Pushed: 2023-10-29T15:31:12.000Z (about 1 year ago)
- Last Synced: 2024-08-03T17:12:05.032Z (4 months ago)
- Topics: mirageos, ocaml, pcap
- Language: OCaml
- Homepage:
- Size: 196 KB
- Stars: 22
- Watchers: 9
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-network-stuff - **14**星
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/