Package | Description |
---|---|
org.pcap4j.core | |
org.pcap4j.util |
Modifier and Type | Method and Description |
---|---|
static PcapNetworkInterface |
Pcaps.getDevByAddress(InetAddress addr)
Gets a device by IP address.
|
static PcapNetworkInterface |
Pcaps.getDevByName(String name)
Gets a device by name.
|
Modifier and Type | Method and Description |
---|---|
static List<PcapNetworkInterface> |
Pcaps.findAllDevs()
Gets all devices.
|
Modifier and Type | Method and Description |
---|---|
protected PcapNetworkInterface |
NifSelector.doSelect(List<PcapNetworkInterface> nifs) |
PcapNetworkInterface |
NifSelector.selectNetworkInterface() |
Modifier and Type | Method and Description |
---|---|
protected PcapNetworkInterface |
NifSelector.doSelect(List<PcapNetworkInterface> nifs) |
protected void |
NifSelector.showNifList(List<PcapNetworkInterface> nifs) |
Copyright © 2011–2018 Pcap4J.org. All rights reserved.