org.jnetstream.capture
Interface LivePacketFactory

All Superinterfaces:
PacketFactory<LivePacket>

public interface LivePacketFactory
extends PacketFactory<LivePacket>

Factory for creating new Live Packets

Author:
Mark Bednarczyk, Sly Technologies, Inc.

Method Summary
 LivePacket newLivePacket(ProtocolEntry dlt, java.nio.ByteBuffer buffer, com.slytechs.utils.memory.BitBuffer wrap, long seconds, int useconds, int caplen, int len, LiveCaptureDevice device)
           
 
Methods inherited from interface org.jnetstream.packet.PacketFactory
newPacket
 

Method Detail

newLivePacket

LivePacket newLivePacket(ProtocolEntry dlt,
                         java.nio.ByteBuffer buffer,
                         com.slytechs.utils.memory.BitBuffer wrap,
                         long seconds,
                         int useconds,
                         int caplen,
                         int len,
                         LiveCaptureDevice device)
Parameters:
dlt -
buffer -
wrap -
seconds -
useconds -
caplen -
len -
device -
Returns: