package pcap-format

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val major_version : int
val minor_version : int
type endian =
  1. | Big
  2. | Little
val string_of_endian : endian -> string
val sizeof_pcap_header : int
val sizeof_pcap_packet : int
val magic_number : int32
module Network : sig ... end
module LE : sig ... end
module BE : sig ... end
module type HDR = sig ... end
val detect : Cstruct.buf -> (module HDR) option
val packets : (module HDR) -> Cstruct.buf -> (Cstruct.buf * Cstruct.buf) Cstruct.iter
OCaml

Innovation. Community. Security.