From 07c9492b8d40ed766074679f86c49780277af002 Mon Sep 17 00:00:00 2001 From: Michael Mann Date: Fri, 19 Dec 2014 08:08:38 -0500 Subject: Remove pkt_comment member from packet_info structure. Change-Id: Ifd3d201a09944e3fc36188f891ea8a584886101d Reviewed-on: https://code.wireshark.org/review/5884 Reviewed-by: Pascal Quantin Petri-Dish: Pascal Quantin Reviewed-by: Anders Broman --- epan/packet.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'epan/packet.h') diff --git a/epan/packet.h b/epan/packet.h index 398eaced25..4e5aff1644 100644 --- a/epan/packet.h +++ b/epan/packet.h @@ -595,6 +595,13 @@ extern void free_data_sources(packet_info *pinfo); */ WS_DLL_PUBLIC void mark_frame_as_depended_upon(packet_info *pinfo, guint32 frame_num); +/* Structure passed to the frame dissector */ +typedef struct frame_data_s +{ + int file_type_subtype; + const gchar *pkt_comment; /**< NULL if not available */ +} frame_data_t; + /* * Dissectors should never modify the record data. */ -- cgit v1.2.3