summaryrefslogtreecommitdiff
path: root/capture_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'capture_info.h')
-rw-r--r--capture_info.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/capture_info.h b/capture_info.h
index 8e2e7b6bed..fc9f52c4f2 100644
--- a/capture_info.h
+++ b/capture_info.h
@@ -38,18 +38,12 @@
#include "capture_opts.h"
#include <capchild/capture_session.h>
+#include <epan/capture_dissectors.h>
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
-typedef struct {
- GHashTable* counts_hash; /* packet counters keyed by proto */
- gint other; /* Packets not counted in the hash total */
- gint total; /* Cache of total packets */
-
-} packet_counts;
-
/** Current Capture info. */
typedef struct {
/* handle */