how to find individual flows in wireshark
i m trying to filter out unidirectional flows from pcap file. how to do it in wireshark
Asked: 2020-04-14 17:30:21 +0000
Seen: 939 times
Last updated: Apr 14 '20
Can you better define "unidirectional flows" ?
basically how to extract all 5 tuple streams from entire pcap file
You want a list of them as in
Statistics -> Conversations -> TCP
or to split out the packets for each into a separate file?