|
SourceForge Jpcap | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CaptureConfigurationException | |
---|---|
net.sourceforge.jpcap.capture | Provides an interface for capturing packets and a layer of abstraction around libpcap, a portable native system library for capturing network packets. |
net.sourceforge.jpcap.client | Provides sample 'client' applications which utilize the services provided by classes in the capture package. |
Uses of CaptureConfigurationException in net.sourceforge.jpcap.capture |
---|
Methods in net.sourceforge.jpcap.capture that throw CaptureConfigurationException | |
---|---|
static CaptureDevice |
PacketCapture.findCaptureDevice()
Find a suitable CaptureDevice for live capture. |
static CaptureDevice |
JWinPcap.findCaptureDevice()
Returns the first non-loopback device found by JWinPcap.lookupCaptureDevices() . |
String |
PacketCaptureCapable.getLinkLayerDescription()
Return a description of the link layer for the current capture device, corresponding to PacketCaptureCapable.getLinkLayerType() . |
String |
PacketCapture.getLinkLayerDescription()
|
String |
PacketCapture.getLinkLayerDescription(int linkType)
Return the link layer description for the specified type. |
String |
PacketCapture.getLinkLayerName()
Return the link layer name, e.g. |
String |
PacketCapture.getLinkLayerName(int linkType)
Return the link layer name for the specified linkType. |
int |
PacketCaptureCapable.getLinkLayerType()
Fetch the link layer type for the current capture device. |
int |
PacketCapture.getLinkLayerType()
Fetch the link layer type for the current capture device. |
int[] |
PacketCapture.getLinkLayerTypes()
Get the available link layer types for the current capture device. |
int |
PacketCaptureCapable.getNetmask(String device)
Deprecated. Please use PacketCapture.lookupCaptureDevices() . |
int |
PacketCapture.getNetmask(String name)
Deprecated. Please use PacketCapture.lookupCaptureDevices() . |
int |
PacketCaptureCapable.getNetwork(String device)
Deprecated. Please use PacketCapture.lookupCaptureDevices() . |
int |
PacketCapture.getNetwork(String name)
Deprecated. Please use PacketCapture.lookupCaptureDevices() . |
static CaptureDevice[] |
PacketCapture.lookupCaptureDevices()
Get the interface list as an array of CaptureDevice[] . |
static CaptureDevice[] |
JWinPcap.lookupCaptureDevices()
Lookup capture devices. |
static CaptureDevice[] |
JWinPcap.lookupCaptureDevices(URI uri)
Lookup capture devices. |
void |
PacketCapture.setLinkLayerType(int linkType)
Set the current link layer type. |
Uses of CaptureConfigurationException in net.sourceforge.jpcap.client |
---|
Methods in net.sourceforge.jpcap.client that throw CaptureConfigurationException | |
---|---|
int |
CaptureTool.getLinkLayerType()
Fetch the link-layer type. |
int |
CaptureTool.getNetmask()
Fetch the netmask for the current device. |
int |
CaptureTool.getNetwork()
Fetch the network number for the current device. |
|
Copyright © Patrick Charles & Jonas Lehmann, 2001; Esmond Pitt, 2008. | |||||||||
PREV NEXT | FRAMES NO FRAMES |