aboutsummaryrefslogtreecommitdiffstats
path: root/epan/frame_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/frame_data.h')
-rw-r--r--epan/frame_data.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/frame_data.h b/epan/frame_data.h
index 2980b04ca9..b47093e3de 100644
--- a/epan/frame_data.h
+++ b/epan/frame_data.h
@@ -61,6 +61,7 @@ typedef enum {
/** The frame number is the ordinal number of the frame in the capture, so
it's 1-origin. In various contexts, 0 as a frame number means "frame
number unknown". */
+struct _color_filter; /* Forward */
DIAG_OFF(pedantic)
typedef struct _frame_data {
GSList *pfd; /**< Per frame proto data */
@@ -85,7 +86,7 @@ typedef struct _frame_data {
} flags;
gint16 tsprec; /**< Time stamp precision */
- const void *color_filter; /**< Per-packet matching color_filter_t object */
+ const struct _color_filter *color_filter; /**< Per-packet matching color_filter_t object */
nstime_t abs_ts; /**< Absolute timestamp */
nstime_t shift_offset; /**< How much the abs_tm of the frame is shifted */