diff options
author | Guy Harris <guy@alum.mit.edu> | 2013-05-22 01:19:18 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2013-05-22 01:19:18 +0000 |
commit | c1d34d4be65944ad84f4239672c8f34c969d9d24 (patch) | |
tree | f97d9b262d8ec9043a6a80e1f43027b3528fe394 /capture_opts.h | |
parent | 7f97cc813e4d192b714500da4dcff5d129823a5c (diff) | |
download | wireshark-c1d34d4be65944ad84f4239672c8f34c969d9d24.tar.gz wireshark-c1d34d4be65944ad84f4239672c8f34c969d9d24.tar.bz2 wireshark-c1d34d4be65944ad84f4239672c8f34c969d9d24.zip |
On OS X, get the interface type from the System Configuration framework.
svn path=/trunk/; revision=49486
Diffstat (limited to 'capture_opts.h')
-rw-r--r-- | capture_opts.h | 12 |
1 files changed, 0 insertions, 12 deletions
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 */ |