aboutsummaryrefslogtreecommitdiffstats
path: root/epan/conversation.h
diff options
context:
space:
mode:
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 */