http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=25834
User: etxrab
Date: 2008/07/25 03:58 PM
Log:
From David Aggeler:
Follow-up from SVN 25825 check in
The g_slist_free() is really needed in export_object.c, otherwise, the export
list has false (repetitive) entries in it, that cause a crash when selecting
them.
Whether false entries are in the list, only depends on the speed of the export
processing, since this tap is
Replaced all guchar with gchar. This should eliminate the warnings on solaris.
I guess I used the wrong reference.
Added patch for 'Authors' in case I need to add myself to the list.
Directory: /trunk/epan/dissectors/
Changes Path Action
+89 -62 packet-dcm.c Modified
+0 -27 packet-dcm.h Modified
Directory: /trunk/gtk/
Changes Path Action
+8 -0 export_object.c Modified
+1 -0 export_object.h Modified
+3 -2 main_menu.c Modified
Directory: /trunk/
Changes Path Action
+1 -0 AUTHORS Modified