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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/packet_info.h b/epan/packet_info.h
index 581617134a..79a5e546b2 100644
--- a/epan/packet_info.h
+++ b/epan/packet_info.h
@@ -168,7 +168,6 @@ typedef struct _packet_info {
wmem_allocator_t *pool; /**< Memory pool scoped to the pinfo struct */
struct epan_session *epan;
nstime_t rel_ts; /**< Relative timestamp (yes, it can be negative) */
- const gchar *pkt_comment; /**< NULL if not available */
const gchar *heur_list_name; /**< name of heur list if this packet is being heuristically dissected */
} packet_info;