summaryrefslogtreecommitdiff
path: root/capture_info.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2017-04-21 12:25:57 -0700
committerGuy Harris <guy@alum.mit.edu>2017-04-21 19:26:33 +0000
commit951ac6c230c0397767ac4bfc1b5aa668330dd68d (patch)
tree74332af00563d1eff91916ed16c2539e3131960a /capture_info.h
parent4bf38d7c21c5091cf803f79873a41e20facb4e22 (diff)
downloadwireshark-951ac6c230c0397767ac4bfc1b5aa668330dd68d.tar.gz
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 <guy@alum.mit.edu>
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 */