Wireshark-dev: [Wireshark-dev] source code - syntax error (does not compile) bug in 1.6.1 (test
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