wireshark/caputils
Guy Harris f6ce0cdacd Get rid of NO_INTERFACES_FOUND - it's not an error.
It just means "pcap didn't give me any interfaces, and didn't report an
error".  Hopefully, in the future, there will be pcap APIs that
distinguish between the (admittedly unlikely, these days) case of "there
really *are* no interfaces on which *anybody* can capture" and "you
don't have sufficient permission to capture", and we can report the
latter as an error.  (Given that pcap supports more than just "regular
interfaces", though, there are cases where you don't have permission to
capture on those but you have permission to capture raw USB traffic, for
example, so perhaps what's really needed is per-interface indications of
permissions.)

Change-Id: I7b8abb0829e8502f5259c95e8af31655f79d36a1
Reviewed-on: https://code.wireshark.org/review/3169
Reviewed-by: Guy Harris <guy@alum.mit.edu>
2014-07-22 23:53:49 +00:00
..
CMakeLists.txt Move the monitor-for-interface-list-changes stuff to the caputils library. 2014-07-16 01:27:21 +00:00
Makefile.am Build libcaputils PIE, so it can be linked with dumpcap when it's built PIE. 2014-07-04 17:23:01 +00:00
Makefile.common Move the monitor-for-interface-list-changes stuff to the caputils library. 2014-07-16 01:27:21 +00:00
Makefile.nmake Use forward slashes in paths to runlex.sh 2014-07-20 13:15:59 +00:00
capture-pcap-util-int.h
capture-pcap-util-unix.c Get rid of NO_INTERFACES_FOUND - it's not an error. 2014-07-22 23:53:49 +00:00
capture-pcap-util.c Get rid of NO_INTERFACES_FOUND - it's not an error. 2014-07-22 23:53:49 +00:00
capture-pcap-util.h
capture-wpcap.c Get rid of NO_INTERFACES_FOUND - it's not an error. 2014-07-22 23:53:49 +00:00
capture-wpcap.h
capture_ifinfo.h Get rid of NO_INTERFACES_FOUND - it's not an error. 2014-07-22 23:53:49 +00:00
capture_win_ifnames.c
capture_win_ifnames.h
capture_wpcap_packet.c
capture_wpcap_packet.h
doxygen.cfg.in
iface_monitor.c Move the monitor-for-interface-list-changes stuff to the caputils library. 2014-07-16 01:27:21 +00:00
iface_monitor.h Allow the interface monitor routines to be called from C++. 2014-07-16 02:28:39 +00:00
ws80211_utils.c
ws80211_utils.h