aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/packet_info.h')
-rw-r--r--epan/packet_info.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/epan/packet_info.h b/epan/packet_info.h
index f31ec9fc6e..ca8fca50d4 100644
--- a/epan/packet_info.h
+++ b/epan/packet_info.h
@@ -27,6 +27,8 @@
#include "tvbuff.h"
#include "address.h"
+struct endpoint;
+
/** @file
* Dissected packet data and metadata.
*/
@@ -83,6 +85,8 @@ typedef struct _packet_info {
guint32 destport; /**< destination port */
guint32 match_uint; /**< matched uint for calling subdissector from table */
const char *match_string; /**< matched string for calling subdissector from table */
+ gboolean use_endpoint; /**< TRUE if endpoint member should be used for conversations */
+ struct endpoint* conv_endpoint; /**< Data that can be used for conversations */
guint16 can_desegment; /**< >0 if this segment could be desegmented.
A dissector that can offer this API (e.g.
TCP) sets can_desegment=2, then