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 30353: /trunk/gtk/ /trunk/gtk/: conversations_table.c co

Date: Tue, 06 Oct 2009 07:44:54 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=30353

User: etxrab
Date: 2009/10/06 12:44 AM

Log:
 From : Didier Gautheron
 gtktreeview for conversations:
 - use a garray rather than g_realloc memory for conversations list.
 - use a hashtable for finding conversation rather than a linear search.
 
 Notes:
 - sorting is too slow, I disabled it.
 - the dialog box is really a big problem because it's also empty the idle event queue, slow down a lot.
 - Test on a 1.5M packets with hundred thousands conversations capture, slow but bearable.

Directory: /trunk/gtk/
  Changes    Path                     Action
  +602 -414  conversations_table.c    Modified
  +9 -3      conversations_table.h    Modified