Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val string_of_endian : endian -> string
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