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: Fri, 11 Mar 2011 17:29:29 -0800 (PST)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5746

--- Comment #8 from Stephen Fisher <steve@xxxxxxxxxxxxxxxxxx> 2011-03-11 18:29:28 MST ---
That first patch included an unncessary comment change, take two:

Index: epan/dissectors/packet-sflow.c
===================================================================
--- epan/dissectors/packet-sflow.c      (revision 36176)
+++ epan/dissectors/packet-sflow.c      (working copy)
@@ -3404,7 +3404,7 @@
         fddi_handle = find_dissector("fddi");
         fr_handle = find_dissector("fr");
         x25_handle = find_dissector("x.25");
-        ppp_handle = find_dissector("ppp");
+        ppp_handle = find_dissector("ppp_hdlc");
 #if 0
         smds_handle = find_dissector("smds");
 #else

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.