Uses of Class
com.gremwell.jnetbridge.PcapException

Uses of PcapException in com.gremwell.jnetbridge
 

Methods in com.gremwell.jnetbridge that throw PcapException
static java.util.List<org.jnetpcap.PcapIf> PcapUtils.getAllPcapDevices(boolean rescan)
          This function returns a list of all available PcapIfs.
static java.util.List<org.jnetpcap.PcapIf> PcapUtils.getPcapDevices(boolean rescan, int dlt)
          This function returns a list of PcapIfs with certain DLT.
static void TransparentBridge.main(java.lang.String[] args)
           
 

Constructors in com.gremwell.jnetbridge that throw PcapException
PcapPort(java.lang.String name)
          Prepare the interface to receive and send packets.