ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 33666: /trunk/gtk/ /trunk/gtk/: dissector_tables_dlg.c

Date: Thu, 29 Jul 2010 00:29:09 GMT
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