Module Sll

module Sll: sig .. end
Linux Cooked Capture (aka SLL)

When you capture traffic on the any interface on Linux, you end up with a special frame header similar to ethernet but 2 bytes longer, with the local hardware address missing but other informations instead.

This fake protocol can only be seen when reading pcap file or sniffing the any network interface. It is not used when simulating a network.


val debug : bool

Linux Cooked Capture frames


module Pdu: sig .. end
Pack/Unpack a SLL frame.