Comment # 5
on bug 3772
from Christopher Maynard
(In reply to Michael Tüxen from comment #4)
> Just a clarification:
> By concatenating two valid pcap-ng files you get a valid pcap-ng file,
> but wireshark is (currently) not able to read the resulting file.
If Wireshark was previously unable to read 2 concatenated pcap-ng files, it is
able to do so now. I tested this by running dumpcap twice as follows:
dumpcap.exe -n -i 7 -w bug3772_1.pcapng
dumpcap.exe -n -i 7 -w bug3772_2.pcapng
I then concatenated the two files:
cat bug3772_1.pcapng bug3772_2.pcapng > bug3772.pcapng
After that I was able to successfully load the concatenated bug3772.pcapng file
into Wireshark.
You are receiving this mail because:
- You are the assignee for the bug.
- You are watching all bug changes.