Package nl.sidnlabs.pcap.packet
Class FlowData
java.lang.Object
nl.sidnlabs.pcap.packet.FlowData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidAdd new SequencePayload to the list of sequences, if the sequence is out-of-order then it will not be added to the listintlongbooleanintsize()
-
Constructor Details
-
FlowData
public FlowData()
-
-
Method Details
-
addPayload
Add new SequencePayload to the list of sequences, if the sequence is out-of-order then it will not be added to the list- Parameters:
p- SequencePayload
-
size
public int size() -
getSortedPayloads
-
getPayloads
-
isMinPayloadAvail
public boolean isMinPayloadAvail() -
getNextExpectedSequence
public long getNextExpectedSequence() -
getBytesAvail
public int getBytesAvail()
-