aboutsummaryrefslogtreecommitdiffstats
path: root/file.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2005-02-07 20:52:59 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2005-02-07 20:52:59 +0000
commit4643764852ee6de0fb3533d0e6f6cc0c31be9620 (patch)
treefb1730b11f4106c1681f279e8ed081796f4de7d6 /file.h
parent5d008df906ba7787908e1d5582d58ce204cdb7da (diff)
Make Ethereal and Tethereal compile if we're building without libpcap.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13346 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'file.h')
-rw-r--r--file.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/file.h b/file.h
index 032ecfc9ab..4c95a51be3 100644
--- a/file.h
+++ b/file.h
@@ -59,8 +59,10 @@ typedef enum {
cf_cb_file_closed,
cf_cb_file_read_start,
cf_cb_file_read_finished,
+#ifdef HAVE_LIBPCAP
cf_cb_live_capture_started,
cf_cb_live_capture_finished,
+#endif
cf_cb_packet_selected,
cf_cb_packet_unselected,
cf_cb_field_unselected,