From Cristian Constantin:

slow voip/sip call flow for large captures.
Add missing update.

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6794

svn path=/trunk/; revision=40881
This commit is contained in:
Anders Broman 2012-02-06 17:32:37 +00:00
parent cb017ebfa4
commit f9c270e8d2
1 changed files with 2 additions and 1 deletions

View File

@ -56,7 +56,8 @@ typedef struct _graph_analysis_item {
/* defines the graph analysis structure */
typedef struct _graph_analysis_info {
int nconv; /* number of conversations in the list */
GList* list; /* list with the graph analysis items */
GList* list; /* list with the graph analysis items */
GHashTable *ht; /* hash table for retrieving graph analysis items */
} graph_analysis_info_t;
/* max number of nodes to display, each node will be an IP address */