summaryrefslogtreecommitdiff
path: root/gtk/capture_if_dlg.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-12-06 00:07:13 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-12-06 00:07:13 +0000
commit7e3a24418c8e8ccd91047deb280de9d72758d57d (patch)
tree18566adb70c9255a53d2418117833708cfa9a640 /gtk/capture_if_dlg.c
parenta6f33f1d052192581fe1be6b5b006aa608a07611 (diff)
downloadwireshark-7e3a24418c8e8ccd91047deb280de9d72758d57d.tar.gz
rename pcap-....c/.h files to capture-pcap-....c/.h
this way, the capture prefix will "logically" group the files together and file browsers will also group them we may want to move the files into a subdir capture later svn path=/trunk/; revision=16691
Diffstat (limited to 'gtk/capture_if_dlg.c')
-rw-r--r--gtk/capture_if_dlg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/capture_if_dlg.c b/gtk/capture_if_dlg.c
index cfac902365..417f11eed9 100644
--- a/gtk/capture_if_dlg.c
+++ b/gtk/capture_if_dlg.c
@@ -38,7 +38,7 @@
#include <gtk/gtk.h>
#include "globals.h"
-#include "pcap-util.h"
+#include "capture-pcap-util.h"
#ifdef _WIN32
#include "capture-wpcap.h"