http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=33666
User: wmeier
Date: 2010/07/28 05:29 PM
Log:
Use a custom sort function for each column of the dissector tables display:
1. Numeric values in the 'Integer Tables' now sort properly.
(For some reason just using a fixed width string for numeric values sorted
OK on Windows but not on *nix).
2. The sort may be even faster since it's reputed that the default sort used
by Gtk [g_utf8_collate()] is "expensive".
Directory: /trunk/gtk/
Changes Path Action
+39 -11 dissector_tables_dlg.c Modified