Ethereal-cvs: [Ethereal-cvs] rev 13320: /trunk/gtk/: capture_dlg.c capture_if_dlg.c main.c sum
User: ulfl
Date: 2005/02/06 03:20 PM
Log:
another two steps towards privilege seperation:
move another two capture related fields (iface and cfilter) from cfile to capture_opts
also move the handling of capture related command line options from main.c to capture.c, that way a future privilege seperated capture program can use the same code to parse it's command line than Ethereal.
It might be even possible to share this parser code even with Tethereal, didn't took a closer look at this.
Directory: /trunk/gtk/
Changes Path Action
+19 -21 capture_dlg.c Modified
+11 -7 capture_if_dlg.c Modified
+71 -274 main.c Modified
+8 -1 summary_dlg.c Modified
Directory: /trunk/
Changes Path Action
+238 -6 capture.c Modified
+8 -3 capture.h Modified
+5 -5 capture_loop.c Modified
+4 -4 capture_sync.c Modified
+0 -4 cfile.c Modified
+1 -5 cfile.h Modified
+2 -15 file.c Modified
+1 -17 file.h Modified
+21 -5 summary.c Modified
+12 -1 summary.h Modified
+28 -20 tethereal.c Modified
http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=13320&view=rev