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

Wireshark-dev: [Wireshark-dev] source code - syntax error (does not compile) bug in 1.6.1 (test

From: Marco Siciliano <siciliano.software@xxxxxxxxxxxxxx>
Date: Tue, 30 Aug 2011 10:00:38 +0000
Hi,
i found a misplaced comma in file gtk/capture_dlg.c at line 2150:

#else
  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."
,   <----------- wrong placed comma
               "Syntax checking can be disabled in Preferences -> Capture -> Syntax check capture filter."
               NULL);



The comma must be behin the next line....

Greetings,
Marco