All Projects → mirage → ocaml-pcap

mirage / ocaml-pcap

Licence: ISC License
OCaml code for generating and analysing pcap (packet capture) files

Programming Languages

ocaml
1615 projects
Makefile
30231 projects

Projects that are alternatives of or similar to ocaml-pcap

eye-of-mirage
WiP image viewer using MirageOS
Stars: ✭ 16 (-20%)
Mutual labels:  mirageos
webshark
🦈 Tool for visualizing packet captures.
Stars: ✭ 41 (+105%)
Mutual labels:  pcap
sniffer
🤒 A modern alternative network traffic sniffer.
Stars: ✭ 428 (+2040%)
Mutual labels:  pcap
flow-indexer
Flow-Indexer indexes flows found in chunked log files from bro,nfdump,syslog, or pcap files
Stars: ✭ 43 (+115%)
Mutual labels:  pcap
tcpslice
tcpslice concatenates multiple pcap files together, or extracts time slices from one or more pcap files.
Stars: ✭ 48 (+140%)
Mutual labels:  pcap
pci
Packet communication investigator
Stars: ✭ 82 (+310%)
Mutual labels:  pcap
packet cafe
A platform built for easy-to-use automated network traffic analysis
Stars: ✭ 40 (+100%)
Mutual labels:  pcap
PcapViz
Visualize network topologies and collect graph statistics based on pcap files
Stars: ✭ 267 (+1235%)
Mutual labels:  pcap
go-netflow
go netflow, capture process in/out traffic, similar to c Nethogs.
Stars: ✭ 145 (+625%)
Mutual labels:  pcap
docteur
An opiniated file-system for MirageOS
Stars: ✭ 16 (-20%)
Mutual labels:  mirageos
sip3-captain-ce
SIP3 Captain (Community Edition)
Stars: ✭ 73 (+265%)
Mutual labels:  pcap
mitmpcap
export mitmproxy traffic to PCAP file
Stars: ✭ 42 (+110%)
Mutual labels:  pcap
brimcap
Convert pcap files into richly-typed ZNG summary logs (Zeek, Suricata, and more)
Stars: ✭ 22 (+10%)
Mutual labels:  pcap
arp
Address resolution protocol (ARP) implementation in OCaml targeting MirageOS
Stars: ✭ 20 (+0%)
Mutual labels:  mirageos
SnifferUI
基于MFC和WinPcap库开发的网络抓包和协议分析软件
Stars: ✭ 86 (+330%)
Mutual labels:  pcap
keyfender
Secure HSM implementation based on MirageOS
Stars: ✭ 33 (+65%)
Mutual labels:  mirageos
ocaml-x509
X509 (RFC5280) handling in OCaml
Stars: ✭ 40 (+100%)
Mutual labels:  mirageos
Zeek-Network-Security-Monitor
A Zeek Network Security Monitor tutorial that will cover the basics of creating a Zeek instance on your network in addition to all of the necessary hardware and setup and finally provide some examples of how you can use the power of Zeek to have absolute control over your network.
Stars: ✭ 38 (+90%)
Mutual labels:  pcap
mirage-framebuffer
Experimental portable bitmap framebuffer graphics for MirageOS
Stars: ✭ 16 (-20%)
Mutual labels:  mirageos
pcap-processor
Read and process pcap files using this nifty tool
Stars: ✭ 36 (+80%)
Mutual labels:  pcap

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

Build Status

The documentation and API reference is automatically generated by ocamldoc from the interfaces. It can be consulted online.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].