Uses of Class
nl.sidnlabs.pcap.packet.TCPFlow
-
Packages that use TCPFlow Package Description nl.sidnlabs.pcap nl.sidnlabs.pcap.packet -
-
Uses of TCPFlow in nl.sidnlabs.pcap
Methods in nl.sidnlabs.pcap that return types with arguments of type TCPFlow Modifier and Type Method Description Map<TCPFlow,FlowData>PcapReader. getFlows()Method parameters in nl.sidnlabs.pcap with type arguments of type TCPFlow Modifier and Type Method Description voidPcapReader. setFlows(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)
-