From 951ac6c230c0397767ac4bfc1b5aa668330dd68d Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Fri, 21 Apr 2017 12:25:57 -0700 Subject: Put all the capture dissector structures into epan/capture_dissectors.h. Don't scatter them amongst various other headers. Change-Id: I243954222cd4ad3e6bbe8b4d1dd25ee4952f87d6 Reviewed-on: https://code.wireshark.org/review/21277 Reviewed-by: Guy Harris --- epan/packet.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'epan/packet.h') diff --git a/epan/packet.h b/epan/packet.h index d6e512532f..6451d63677 100644 --- a/epan/packet.h +++ b/epan/packet.h @@ -58,10 +58,6 @@ struct epan_range; ((guint)(offset) + (guint)(len) > (guint)(offset) && \ (guint)(offset) + (guint)(len) <= (guint)(captured_len)) -typedef struct _capture_packet_info { - GHashTable *counts; -} capture_packet_info_t; - extern void packet_init(void); extern void packet_cache_proto_handles(void); extern void packet_cleanup(void); -- cgit v1.2.3