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