https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6258
--- Comment #3 from Kamal Bhambhani <kamal_bhambhani@xxxxxxxxx> 2011-08-23 03:23:11 PDT ---
also in gtk/capture_dlg.c, it fails comppiling due to a typo as below
Required
gtk_tooltips_set_tip(tooltips, filter_cm,
"Enter a capture filter to reduce the amount of packets to be captured. "
"See \"Capture Filters\" in the online help for further information how to
use it."
"Syntax checking can be disabled in Preferences -> Capture -> Syntax check
capture filter.",
NULL);
there is a comma between the string and no comma before null in 1.6.1 src
release.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.