In Wireshark and TShark, run dumpcap to get interface lists and lists of
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 4 Mar 2010 01:12:04 +0000 (01:12 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 4 Mar 2010 01:12:04 +0000 (01:12 +0000)
commit58a3f1328d7bac383111dbdef7d335d5e09e19cb
treec2af1e714cc510427cdd87a9b63979038cfc40ac
parentb7e1b595c94c47d44a3fceffb19440ceda8731ce
In Wireshark and TShark, run dumpcap to get interface lists and lists of
link-layer header types for interfaces; if special privileges are
necessary to open capture devices, Wireshark and TShark shouldn't have
those privileges, but dumpcap should.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32104 f5534014-38df-0310-8fa8-9805f1628bb7
19 files changed:
Makefile.common
capture-pcap-util-int.h
capture-pcap-util-unix.c
capture-pcap-util.c
capture-pcap-util.h
capture-wpcap.c
capture.c
capture.h
capture_ifinfo.c [new file with mode: 0644]
capture_ifinfo.h [new file with mode: 0644]
capture_opts.c
capture_sync.c
capture_ui_utils.c
capture_ui_utils.h
dumpcap.c
gtk/capture_dlg.c
gtk/capture_if_dlg.c
gtk/capture_if_dlg.h
gtk/prefs_capture.c