From 9e6487f24751d1c1a047ee82e158077ac67c9c68 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Fri, 4 Jul 2014 00:24:02 -0700 Subject: Move utility routines for capturing into a libcaputils static library. Some of those routines are used only in dumpcap; others are used in TShark and Wireshark as well. Change-Id: I9d92483f2fcff57a7d8b6bf6bdf2870505d19fb7 Reviewed-on: https://code.wireshark.org/review/2841 Reviewed-by: Guy Harris --- rawshark.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rawshark.c') diff --git a/rawshark.c b/rawshark.c index 0661d61272..39503711a1 100644 --- a/rawshark.c +++ b/rawshark.c @@ -111,12 +111,12 @@ #include #include -#include "capture-pcap-util.h" +#include "caputils/capture-pcap-util.h" #ifdef HAVE_LIBPCAP #include #ifdef _WIN32 -#include "capture-wpcap.h" +#include "caputils/capture-wpcap.h" #endif /* _WIN32 */ #endif /* HAVE_LIBPCAP */ #include "log.h" -- cgit v1.2.3