Uses of Class
nl.sidnlabs.pcap.packet.SequencePayload
-
Packages that use SequencePayload Package Description nl.sidnlabs.pcap.packet -
-
Uses of SequencePayload in nl.sidnlabs.pcap.packet
Methods in nl.sidnlabs.pcap.packet that return types with arguments of type SequencePayload Modifier and Type Method Description List<SequencePayload>FlowData. getPayloads()List<SequencePayload>FlowData. getSortedPayloads()Methods in nl.sidnlabs.pcap.packet with parameters of type SequencePayload Modifier and Type Method Description voidFlowData. addPayload(SequencePayload p)Add new SequencePayload to the list of sequences, if the sequence is out-of-order then it will not be added to the listintSequencePayload. compareTo(SequencePayload o)booleanSequencePayload. linked(SequencePayload o)
-