http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=49759
User: etxrab
Date: 2013/06/04 12:37 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/ui/gtk/
Changes Path Action
+41 -59 capture_dlg.c Modified
+2 -0 capture_if_dlg.c Modified
+9 -9 capture_info_dlg.c Modified
+27 -73 drag_and_drop.c Modified
+29 -29 main.c Modified
+1 -0 main_80211_toolbar.c Modified
+26 -22 main_statusbar.c Modified
+1 -1 main_statusbar_private.h Modified
Directory: /trunk-1.10/ui/
Changes Path Action
+4 -0 capture_globals.h Modified
+0 -2 iface_lists.c Modified