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.