From c1d34d4be65944ad84f4239672c8f34c969d9d24 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Wed, 22 May 2013 01:19:18 +0000 Subject: On OS X, get the interface type from the System Configuration framework. svn path=/trunk/; revision=49486 --- capture_opts.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'capture_opts.h') diff --git a/capture_opts.h b/capture_opts.h index 67a5bfe349..b6dfa80ece 100644 --- a/capture_opts.h +++ b/capture_opts.h @@ -77,18 +77,6 @@ typedef enum { } capture_sampling; #endif -typedef enum { - IF_WIRED, - IF_AIRPCAP, - IF_PIPE, - IF_STDIN, - IF_BLUETOOTH, - IF_WIRELESS, - IF_DIALUP, - IF_USB, - IF_VIRTUAL -} interface_type; - #ifdef HAVE_PCAP_REMOTE struct remote_host_info { gchar *remote_host; /**< Host name or network address for remote capturing */ -- cgit v1.2.1