Uses of Class
nl.sidnlabs.pcap.PcapReader.LinkType
-
Packages that use PcapReader.LinkType Package Description nl.sidnlabs.pcap -
-
Uses of PcapReader.LinkType in nl.sidnlabs.pcap
Methods in nl.sidnlabs.pcap that return PcapReader.LinkType Modifier and Type Method Description protected PcapReader.LinkTypePcapReader. getLinkType(long linkTypeVal)static PcapReader.LinkTypePcapReader.LinkType. valueOf(String name)Returns the enum constant of this type with the specified name.static PcapReader.LinkType[]PcapReader.LinkType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-