module Dlt: sig
.. end
Data Link Types are constant values indicating what protocol and hardware technology
some captured packets were taken from. We support only the two most common: Dlt.en10mb
, ie
usual Ethernet cables, and Dlt.linux_cooked
corresponding to a capture on the any
network device on Linux.
include struct ... end
Some well know DLT values.
val null : t
BSD loopback encapsulation
val en10mb : t
Ethernet (10Mb)
val en3mb : t
Experimental Ethernet (3Mb)
val ax25 : t
Amateur Radio AX.25
val pronet : t
Proteon ProNET Token Ring
val chaos : t
Chaos
val ieee802 : t
802.5 Token Ring
val arcnet : t
ARCNET, with BSD-style header
val slip : t
Serial Line IP
val ppp : t
Point-to-point Protocol
val fddi : t
FDDI
val linux_cooked : t
Linux SLL
val random : unit -> t