net.sourceforge.jpcap.capture
Interface RawPacketListener
- All Superinterfaces:
- EventListener
- All Known Implementing Classes:
- CaptureTest, CaptureTool, JWinPcapTest
public interface RawPacketListener
- extends EventListener
Raw packet data listener.
Applications interested in listening for raw packet data must register
with PacketCapture and implement RawPacketDataListener.
- Version:
- $Revision: 1.1 $
- Author:
- Patrick Charles and Jonas Lehmann
- Last modified by:
- $Author: esmondpitt $
- Last modified at:
- $Date: 2008/08/21 02:57:59 $
rawPacketArrived
void rawPacketArrived(RawPacket rawPacket)