Uses of Class
nl.sidnlabs.pcap.packet.TCPFlow
-
Packages that use TCPFlow Package Description nl.sidnlabs.pcap nl.sidnlabs.pcap.decoder nl.sidnlabs.pcap.packet -
-
Uses of TCPFlow in nl.sidnlabs.pcap
Method parameters in nl.sidnlabs.pcap with type arguments of type TCPFlow Modifier and Type Method Description voidPcapReader. setTcpFlows(Map<TCPFlow,FlowData> flows) -
Uses of TCPFlow in nl.sidnlabs.pcap.decoder
Method parameters in nl.sidnlabs.pcap.decoder with type arguments of type TCPFlow Modifier and Type Method Description voidIPDecoder. setTcpFlows(Map<TCPFlow,FlowData> flows) -
Uses of TCPFlow in nl.sidnlabs.pcap.packet
Methods in nl.sidnlabs.pcap.packet that return TCPFlow Modifier and Type Method Description TCPFlowPacket. getFlow()Get FLOW from Client to ServerTCPFlowPacket. getReverseFlow()Get FLOW from Server to ClientMethods in nl.sidnlabs.pcap.packet with parameters of type TCPFlow Modifier and Type Method Description intTCPFlow. compareTo(TCPFlow o)Constructors in nl.sidnlabs.pcap.packet with parameters of type TCPFlow Constructor Description SequencePayload(long seq, byte[] bytes, long time, TCPFlow flow)
-