http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=22071
User: gerald
Date: 2007/06/11 03:59 AM
Log:
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.
Directory: /trunk/doc/
Changes Path Action
+9 -0 dumpcap.pod Modified
Directory: /trunk/gtk/
Changes Path Action
+2 -2 capture_dlg.c Modified
+2 -2 capture_if_dlg.c Modified
+60 -59 capture_prefs.c Modified
+1 -1 main.c Modified
Directory: /trunk/
Changes Path Action
+4 -3 capture-pcap-util.h Modified
+125 -10 capture.c Modified
+6 -1 capture.h Modified
+67 -29 capture_opts.c Modified
+4 -4 capture_opts.h Modified
+245 -9 capture_sync.c Modified
(3 files not shown)