aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/packet.h')
-rw-r--r--epan/packet.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/epan/packet.h b/epan/packet.h
index a075b6afcf..9690238949 100644
--- a/epan/packet.h
+++ b/epan/packet.h
@@ -81,6 +81,10 @@ typedef struct _packet_counts {
/** Number of packet counts. */
#define PACKET_COUNTS_SIZE sizeof(packet_counts) / sizeof (gint)
+typedef struct _capture_packet_info {
+ packet_counts *counts;
+} capture_packet_info_t;
+
extern void packet_init(void);
extern void packet_cache_proto_handles(void);
extern void packet_cleanup(void);