Ethereal-cvs: [Ethereal-cvs] rev 16669: /trunk/gtk/: capture_info_dlg.c /trunk/: Makefile.comm

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

Date: Sun, 04 Dec 2005 02:04:20 GMT
User: ulfl
Date: 2005/12/03 08:04 PM

Log:
 move the complete functionality of the capture info dialog from capture_loop.c to capture_info.c and call it from capture.c (instead of capture_loop.c).
 
 This way, the capture child don't need to now any of the packet_counter things (no epan/packet.h and all alike).
 
 Currently the capture_info code will always open another wiretap file instance to build it's own counter values. This isn't optimized for now (next step: use data from cf_continue_tail() somehow).

Directory: /trunk/gtk/
  Changes    Path                  Action
  +26 -7     capture_info_dlg.c    Modified

Directory: /trunk/
  Changes    Path               Action
  +0 -1      Makefile.common    Modified
  +15 -1     capture.c          Modified
  +97 -17    capture_info.c     Modified
  +12 -4     capture_info.h     Modified
  +6 -55     capture_loop.c     Modified
  +1 -18     capture_sync.c     Modified
  +19 -0     capture_sync.h     Modified
  +9 -33     dumpcap.c          Modified



http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=16669&view=rev