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

Wireshark-commits: [Wireshark-commits] rev 42291: /trunk/ui/gtk/ /trunk/ui/gtk/: dfilter_expr_dlg.c

Date: Fri, 27 Apr 2012 13:54:21 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42291

User: darkjames
Date: 2012/04/27 06:54 AM

Log:
 Don't store protocol field names in Filter Expression dialog.
 
 Using gtk_tree_view_column_set_cell_data_func() and formating string on request 
 gives significant speedup (before patch: 12.392ms, after: 9.779ms).

Directory: /trunk/ui/gtk/
  Changes    Path                  Action
  +40 -21    dfilter_expr_dlg.c    Modified