Wireshark-commits: [Wireshark-commits] rev 49758: /trunk-1.10/ /trunk-1.10/: Makefile.common captur

Date: Tue, 04 Jun 2013 07:33:54 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=49758

User: etxrab
Date: 2013/06/04 12:33 AM

Log:
 Copy over (part of):
 Revision 49286 - Merge capture_start_confirmed() into capture_start_cb().
 
 Revision 49293 - Pull dnd_merge_files() into dnd_open_file_cmd(); the resulting code is a
 bit simpler.
 
 Don't bother popping up a window saying "you dragged more than one file,
 so we're merging"; presumably that's what they had in mind when they
 dragged multiple files.  (If that's not what they had in mind, the
 window should at least offer a choice to cancel.)
 
 Revision 49493 - Pull the capture-session state information out of capture_opts and put
 it into a separate capture_session structure.  capture_opts should
 contain only user-specified option information (and stuff directly
 derived from it, such as the "capturing from a pipe" flag).
 
 
 Revision 49497 - Fix the Windows side to look for the signal pipe stuff in cap_session.
 
 Revision 49535 - Make a routine not used outside this file static.
 
 Revision 49517 - AAAAAArgh.  The capture_input_new_XXX routines are called from
 capture_sync.c, not from capture.c, so they should be declared in
 capture_sync.h, so callers that use the capture_sync.c stuff but not the
 capture.c stuff - such as TShark - get the declarations and get their
 implementations compared with the signatures that they should have.
 
 Doing so points out that some of them in TShark *don't*, so fix that.

Directory: /trunk-1.10/
  Changes    Path                Action
  +1 -0      Makefile.common     Modified
  +83 -80    capture.c           Modified
  +24 -11    capture.h           Modified
  +1 -0      capture_ifinfo.c    Modified
  +2 -2      capture_info.c      Modified
  +4 -4      capture_info.h      Modified
  +1 -19     capture_opts.c      Modified
  +1 -20     capture_opts.h      Modified
  +65 -50    capture_sync.c      Modified
  +49 -3     capture_sync.h      Modified
  +2 -1      dumpcap.c           Modified


(1 file not shown)