ExPcap.NetworkTypes

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.

Source

Summary

network_name(network)

Returns the type of packets that this pcap file contains in a human readable format

Functions

network_name(network)

Specs:

  • network_name(non_neg_integer) :: String.t

Returns the type of packets that this pcap file contains in a human readable format.

Source