https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3253
--- Comment #5 from Jaap Keuter <jaap.keuter@xxxxxxxxx> 2009-02-24 02:30:00 PDT ---
Do you think this is wise?
+ /* We're going to assume it's ethernet if we don't recognize the
+ subsystem -- We'll probably spew junks and core if it isn't...
*/
wth->file_encap = WTAP_ENCAP_PER_PACKET;
- phdr->pkt_encap = WTAP_ENCAP_NETTL_UNKNOWN;
+ phdr->pkt_encap = WTAP_ENCAP_NETTL_ETHERNET;
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.