https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5746
--- Comment #14 from Chris Maynard <christopher.maynard@xxxxxxxxx> 2011-03-12 14:07:06 PST ---
So why does the ppp dissector register "ppp" at all?
Should the other dissectors that do:
ppp_handle = find_dissector("ppp");
call_dissector(ppp_handle, ...);
also be changed to:
ppp_hdlc_handle = find_dissector("ppp_hdlc");
call_dissector(ppp_hdlc_handle, ...)
?
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.