aboutsummaryrefslogtreecommitdiffstats
path: root/capture_info.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-11-17 02:55:14 +0000
committerGuy Harris <guy@alum.mit.edu>2013-11-17 02:55:14 +0000
commitdb25270df8bb4e4800e4d2c8a9f930b7a9fbc8df (patch)
tree93833061315be739594ff3614850eb4ca63266ec /capture_info.c
parentdd1034e1f5f2285721a9deb8b95ea17222e50939 (diff)
Move the epan/filesystem.c routines to wsutil; they're not specific to
packet dissection, they're specific to the entire Wireshark suite of programs. svn path=/trunk/; revision=53377
Diffstat (limited to 'capture_info.c')
-rw-r--r--capture_info.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/capture_info.c b/capture_info.c
index 42a9a16ade..b792845fb5 100644
--- a/capture_info.c
+++ b/capture_info.c
@@ -32,7 +32,6 @@
/* XXX - try to remove this later */
#include <epan/prefs.h>
/* XXX - try to remove this later */
-#include <epan/filesystem.h>
#include "capture_info.h"
@@ -59,6 +58,8 @@
#include <epan/dissectors/packet-i2c.h>
#include <epan/dissectors/packet-ax25-kiss.h>
+#include <wsutil/filesystem.h>
+
static void capture_info_packet(
packet_counts *counts, gint wtap_linktype, const guchar *pd, guint32 caplen, union wtap_pseudo_header *pseudo_header);