Uses of Class
org.pcap4j.core.PcapNetworkInterface
-
Packages that use PcapNetworkInterface Package Description org.pcap4j.core org.pcap4j.util -
-
Uses of PcapNetworkInterface in org.pcap4j.core
Methods in org.pcap4j.core that return PcapNetworkInterface Modifier and Type Method Description static PcapNetworkInterfacePcaps. getDevByAddress(java.net.InetAddress addr)Gets a device by IP address.static PcapNetworkInterfacePcaps. getDevByName(java.lang.String name)Gets a device by name.(package private) static PcapNetworkInterfacePcapNetworkInterface. newInstance(NativeMappings.pcap_if pif, boolean local)Methods in org.pcap4j.core that return types with arguments of type PcapNetworkInterface Modifier and Type Method Description static java.util.List<PcapNetworkInterface>Pcaps. findAllDevs()Gets all devices. -
Uses of PcapNetworkInterface in org.pcap4j.util
Methods in org.pcap4j.util that return PcapNetworkInterface Modifier and Type Method Description protected PcapNetworkInterfaceNifSelector. doSelect(java.util.List<PcapNetworkInterface> nifs)PcapNetworkInterfaceNifSelector. selectNetworkInterface()Method parameters in org.pcap4j.util with type arguments of type PcapNetworkInterface Modifier and Type Method Description protected PcapNetworkInterfaceNifSelector. doSelect(java.util.List<PcapNetworkInterface> nifs)protected voidNifSelector. showNifList(java.util.List<PcapNetworkInterface> nifs)
-