public class TcpReassembler
extends java.lang.Object
implements org.pcap4j.core.PacketListener
Constructor and Description |
---|
TcpReassembler() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Conversation> |
getTcpConversations()
Get the reassembled TCP connections.
|
void |
gotPacket(org.pcap4j.core.PcapPacket pcapPacket) |
public void gotPacket(org.pcap4j.core.PcapPacket pcapPacket)
gotPacket
in interface org.pcap4j.core.PacketListener
public java.util.List<Conversation> getTcpConversations()
gotPacket(PcapPacket)
), the behavior is undefined and the returned list may be inconsistent.