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.t -> (module HDR) option
val packets : (module HDR) -> Cstruct.t -> (Cstruct.t * Cstruct.t) Cstruct.iter