Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Ethereal-dev: [Ethereal-dev] Re: [Ethereal-cvs] rev 13320: /trunk/gtk/: capture_dlg.c capture_

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

Date: Sun, 6 Feb 2005 22:38:10 +0100
It got broken,

 cf_get_iface
and 
cf_get_cfilter

were removed from file.c but still some calls to them remain in capture_sync.c .

On Sun, 06 Feb 2005 13:20:47 -0800 (PST), ulfl@xxxxxxxxxxxx
<ulfl@xxxxxxxxxxxx> wrote:
> 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
> 
> _______________________________________________
> Ethereal-cvs mailing list
> Ethereal-cvs@xxxxxxxxxxxx
> http://www.ethereal.com/mailman/listinfo/ethereal-cvs
>