ExPcap.NetworkTypes (expcap v0.1.2) View Source
This module contains information about the types of packets that are contained in the PCAP file. For example, if the network type is 'ethernet' then each packet in the pcap file will be an ethernet packet.
Link to this section Summary
Functions
Returns the type of packets that this pcap file contains in a human readable format.
Link to this section Functions
Specs
network_name(non_neg_integer()) :: String.t()
Returns the type of packets that this pcap file contains in a human readable format.