Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 5746] Wireshark not able to decode the PPP frame in a sflo

Date: Sat, 12 Mar 2011 14:07:09 -0800 (PST)
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.