Module Pcap.Network

Type of outermost network protocol within the captured frames

type t =
| Ethernet
| Ieee80211
val to_int32 : t -> int32
val of_int32 : int32 -> t option