aboutsummaryrefslogtreecommitdiffstats
path: root/epan/conversation.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/conversation.h')
-rw-r--r--epan/conversation.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/conversation.h b/epan/conversation.h
index f7a0f38dd3..9d46525d48 100644
--- a/epan/conversation.h
+++ b/epan/conversation.h
@@ -72,6 +72,8 @@ 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 */
+ struct conversation *latest_found;
+ /** 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 */