One more step in privilege separation.
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 11 Jun 2007 03:58:58 +0000 (03:58 +0000)
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 11 Jun 2007 03:58:58 +0000 (03:58 +0000)
commit5e9ae70b739fde17ca73452a866900abb843c54f
tree34b32715c097282a72bc20784529bf82c5e01b0e
parent3214a73332b86ab380f046e4bab2329433ea871c
One more step in privilege separation.

Add a capture_interface_list(), which works similar to
get_interface_list() except that it forks dumpcap instead of calling
the pcap routines directly.  Use it in the GUI.

Add a "-I" flag to dumpcap, which prints out verbose interface
information.

Tested under Windows and Linux.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22071 f5534014-38df-0310-8fa8-9805f1628bb7
14 files changed:
capture-pcap-util.h
capture.c
capture.h
capture_opts.c
capture_opts.h
capture_sync.c
capture_sync.h
doc/dumpcap.pod
dumpcap.c
gtk/capture_dlg.c
gtk/capture_if_dlg.c
gtk/capture_prefs.c
gtk/main.c
tshark.c