https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6969
--- Comment #1 from Guy Harris <guy@xxxxxxxxxxxx> 2012-03-19 11:25:26 PDT ---
That's WTAP_ERR_INTERNAL from Wiretap, returned if either:
1) an error occurred in the process of opening a gzipped file for writing,
which we currently don't do
or
2) an attempt to open a pcap-NG file supplied no interface data.
If that happens on an attempt to write a pcap-NG file with data from files in a
format with no explicit interface data (currently, only pcap-NG has it,
although some other file formats could supply it as well), that's broken - we
need to synthesize interface information somewhere.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.