aboutsummaryrefslogtreecommitdiffstats
path: root/dumpcap.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-12-03 19:32:54 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-12-03 19:32:54 +0000
commitd2a024af6013eeecd927ae6a8399c2a978602670 (patch)
treec152d2be323d8949d9484005a5e19e897b5cc16e /dumpcap.c
parent0a2188eed69c6c6e3000bd17d7da9cc1ea20e7a8 (diff)
split capture.h into capture.h, capture_loop.h and capture_opts.h and place the parts into the corresponding files
svn path=/trunk/; revision=16664
Diffstat (limited to 'dumpcap.c')
-rw-r--r--dumpcap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/dumpcap.c b/dumpcap.c
index 63476bc9e1..a31d06bb05 100644
--- a/dumpcap.c
+++ b/dumpcap.c
@@ -53,6 +53,7 @@
#include "pcap-util.h"
#include "capture.h"
+#include "capture_loop.h"
#ifdef _WIN32
#include "capture-wpcap.h"