https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6718
--- Comment #34 from Jose Pedro Oliveira <jpo@xxxxxxxxxxxx> 2012-03-21 07:07:12 PDT ---
(In reply to comment #33)
> Writing of ISB:s added in revision 41683. Please check it out.
Revision 41705 [1] looks good: the file created by tshark (via Wiretap) is an
exact match to the one created by dumpcap (Pcapio).
# cd sandbox/wireshark-1.7.1-SVN-41705
# ./dumpcap -i p132p1 -i lo -f "udp" -c 1 -w /tmp/rev41705.pcapng
# ./tshark -r /tmp/rev41705.pcapng -w /tmp/rev41705_wiretap.pcapng
# cmp /tmp/rev41705.pcapng /tmp/rev41705_wiretap.pcapng
# echo $?
0
/jpo
[1] - Also includes change to pcapio (no longer writes nul-terminated strings)
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.