aboutsummaryrefslogtreecommitdiffstats
path: root/epan/conversation.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-02-04 12:23:51 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-02-04 12:23:51 +0000
commit37dec6fcad2db152601d53b618885e8c5f97dfe0 (patch)
tree7cc099a812350ba59c72cba0d71f6a36b4fccf03 /epan/conversation.h
parent5f891470ac4dc871abfdc81807bf7cc66bd54ff4 (diff)
From Cristian Constantin:
Slow loading/processing of conversations with over 500k frames. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6755 svn path=/trunk/; revision=40837
Diffstat (limited to 'epan/conversation.h')
-rw-r--r--epan/conversation.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/conversation.h b/epan/conversation.h
index c330ce7fb9..f7a0f38dd3 100644
--- a/epan/conversation.h
+++ b/epan/conversation.h
@@ -71,6 +71,7 @@ typedef struct conversation_key {
typedef struct conversation {
struct conversation *next; /** pointer to next conversation on hash chain */
+ struct conversation *last; /** pointer to the last conversation on hash chain */
guint32 index; /** unique ID for conversation */
guint32 setup_frame; /** frame number that setup this conversation */
GSList *data_list; /** list of data associated with conversation */