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

Wireshark-dev: [Wireshark-dev] Fwd: [Wireshark-commits] rev 19413: /trunk/ /trunk/gtk/: capture

From: Stephen Fisher <stephentfisher@xxxxxxxxx>
Date: Tue, 3 Oct 2006 12:21:53 -0700
Line 1626 was changed from this:

file_color_import_cmd_cb(GtkWidget *w _U_, gpointer data)

To this:

file_color_import_cmd_cb(GtkWidget *color_filters, gpointer filter_list)

Which is causing an "error: 'data' undeclared" on line 1673 (really 
1671):

  OBJECT_SET_DATA(file_color_import_w, ARGUMENT_CL, data);

When I try to compile the latest SVN.

----- Forwarded message from ulfl@xxxxxxxxxxxxx -----

Date: Tue, 03 Oct 2006 18:39:37 GMT
From: ulfl@xxxxxxxxxxxxx
To: wireshark-commits@xxxxxxxxxxxxx
Subject: [Wireshark-commits] rev 19413: /trunk/ /trunk/gtk/:
 capture_file_dlg.c color_dlg.c win32-file-dlg.c win32-file-dlg.h /trunk/:
 color_filters.c color_filters.h file.c

http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=19413

User: ulfl
Date: 2006/10/03 06:39 PM

Log:
 Implement a real "Cancel" button for the coloring rules dialog - this was a hard one! It seems to be working without bugs and as designed now.
 
 As this was a huge internal change, new bugs are very probable - please report.
 
 The implementation isn't still perfect, a new dialog internal list could possibly be removed again. 
 
 However, I want to check in at this condition, just in case I make things worse - again.

Directory: /trunk/gtk/
  Changes    Path                  Action
  +16 -14    capture_file_dlg.c    Modified
  +129 -83   color_dlg.c           Modified
  +5 -5      win32-file-dlg.c      Modified
  +4 -2      win32-file-dlg.h      Modified

Directory: /trunk/
  Changes    Path               Action
  +135 -85   color_filters.c    Modified
  +83 -43    color_filters.h    Modified
  +12 -0     file.c             Modified

_______________________________________________
Wireshark-commits mailing list
Wireshark-commits@xxxxxxxxxxxxx
http://www.wireshark.org/mailman/listinfo/wireshark-commits

----- End forwarded message -----