SourceForge Jpcap

Uses of Class
net.sourceforge.jpcap.capture.PacketOutputStream

Packages that use PacketOutputStream
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. 
 

Uses of PacketOutputStream in net.sourceforge.jpcap.capture
 

Methods in net.sourceforge.jpcap.capture that return PacketOutputStream
 PacketOutputStream PacketCapture.getOutputStream()
          Return a PacketOutputStream that sends packets to the network device opened by this PacketCapture.
 PacketOutputStream JWinPcap.getOutputStream()
          Return a PacketOutputStream that sends packets to the network device opened by this PacketCapture.
 PacketOutputStream PacketCapture.getOutputStream(File file)
          Return a PacketOutputStream that dumps packets to a tcpdump-formatted savefile.
 PacketOutputStream JWinPcap.getOutputStream(int bufferSize, boolean timed)
          Return a buffered packet output stream.
 

Methods in net.sourceforge.jpcap.capture with parameters of type PacketOutputStream
 int PacketCapture.captureTo(int count, PacketOutputStream out)
          Capture packets and dump them to the network or a tcpdump-formatted savefile.
 


Copyright © Patrick Charles & Jonas Lehmann, 2001; Esmond Pitt, 2008.