summaryrefslogtreecommitdiffstats
path: root/epan/packet_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/packet_info.h')
-rw-r--r--epan/packet_info.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/packet_info.h b/epan/packet_info.h
index 788deec..d1e8a20 100644
--- a/epan/packet_info.h
+++ b/epan/packet_info.h
@@ -156,6 +156,7 @@ typedef struct _packet_info {
wmem_allocator_t *pool; /**< Memory pool scoped to the pinfo struct */
struct epan_session *epan;
const gchar *heur_list_name; /**< name of heur list if this packet is being heuristically dissected */
+ int dissection_depth; /**< The current "depth" or layer number in the current frame */
} packet_info;
/** @} */