Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

What about just opening the pcap file using a Read Filter (File -> Open -> File name: foo.pcap, Read filter: tcp.stream eq 0)?

The equivalent of this in tshark is:

tshark -r foo.pcap -2R "tcp.stream == 0"