SourceForge Jpcap

Uses of Class
net.sourceforge.jpcap.net.RawPacket

Packages that use RawPacket
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. 
net.sourceforge.jpcap.util Provides utility classes used by the jpcap packages. 
 

Uses of RawPacket in net.sourceforge.jpcap.capture
 

Methods in net.sourceforge.jpcap.capture with parameters of type RawPacket
 void RawPacketListener.rawPacketArrived(RawPacket rawPacket)
           
 void JWinPcapTest.rawPacketArrived(RawPacket rawPacket)
           
 void CaptureTest.rawPacketArrived(RawPacket rawPacket)
           
 

Uses of RawPacket in net.sourceforge.jpcap.client
 

Methods in net.sourceforge.jpcap.client with parameters of type RawPacket
 void CaptureTool.rawPacketArrived(RawPacket rawPacket)
           
 

Uses of RawPacket in net.sourceforge.jpcap.util
 

Methods in net.sourceforge.jpcap.util with parameters of type RawPacket
static void TcpdumpWriter.appendPacket(String filename, RawPacket rawPacket, int endian)
          A Tcpdump packet has the following format: seconds [4 bytes] microseconds [4 bytes] captured length [4 bytes] original packet length [4 bytes] packet data [variable length]
 


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