Uses of Interface
jnetpcap.capture.LiveCapture

Packages that use LiveCapture
jnetpcap.capture A network packet capture framework. 
 

Uses of LiveCapture in jnetpcap.capture
 

Methods in jnetpcap.capture that return LiveCapture
static LiveCapture CaptureFactory.openLive()
          Opens up a network interfaces for live packet capture.
 LiveCapture CaptureFactory.Factory.openLive()
          Opens up all interfaces, except loopback and dialup interfaces, for live capture.
static LiveCapture CaptureFactory.openLive(CaptureInterface nic)
          Opens up a network interface for live packet capture.
static LiveCapture CaptureFactory.openLive(java.util.Collection<CaptureInterface> nics)
          Opens up a network interfaces for live packet capture.
 LiveCapture CaptureFactory.Factory.openLive(Filter fiter)
          Opens up all interfaces, except loopback and dialup interfaces, for live capture.
 LiveCapture CaptureFactory.Factory.openLive(Filter filter, CaptureInterface... nics)
           
static LiveCapture CaptureFactory.openLive(Filter filter, CaptureInterface nic)
          Opens up a network interface for live packet capture with a filter.
static LiveCapture CaptureFactory.openLive(Filter filter, java.util.Collection<CaptureInterface> nics)
          Opens up a network interfaces for live packet capture with a filter.
 LiveCapture CaptureFactory.Factory.openLive(Filter filter, java.util.Collection<CaptureInterface> nics)
           
 LiveCapture CaptureFactory.LocalFactory.openLive(Filter filter, java.net.NetworkInterface... nics)
           
 LiveCapture CaptureFactory.LocalFactory.openLive(java.net.NetworkInterface... nics)