summaryrefslogtreecommitdiff
path: root/epan/packet_info.h
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2014-12-19 08:08:38 -0500
committerAnders Broman <a.broman58@gmail.com>2015-01-02 00:00:57 +0000
commit07c9492b8d40ed766074679f86c49780277af002 (patch)
tree5a0c6f5d078872b58a7eac1469ce6d2401bf2792 /epan/packet_info.h
parentf384fa07f945fd73e3f0088c19d640a8c534a791 (diff)
downloadwireshark-07c9492b8d40ed766074679f86c49780277af002.tar.gz
Remove pkt_comment member from packet_info structure.
Change-Id: Ifd3d201a09944e3fc36188f891ea8a584886101d Reviewed-on: https://code.wireshark.org/review/5884 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com> Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
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;