http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=23552
User: gerald
Date: 2007/11/23 06:48 PM
Log:
Copy over revisions from the trunk.
------------------------------------------------------------------------
r23527 | kukosa | 2007-11-21 05:11:13 -0800 (Wed, 21 Nov 2007) | 1 line
Changed paths:
M /trunk/gtk/proto_draw.c
fix crash caused with memory overwrite (flush buffer into window when we do not have space for next line)
------------------------------------------------------------------------
r23532 | stig | 2007-11-21 10:56:05 -0800 (Wed, 21 Nov 2007) | 2 lines
Changed paths:
M /trunk/gtk/gui_prefs.c
M /trunk/gtk/gui_prefs.h
M /trunk/gtk/prefs_dlg.c
Avoid redraw hex dump windows if redissecting.
------------------------------------------------------------------------
r23538 | guy | 2007-11-21 14:49:02 -0800 (Wed, 21 Nov 2007) | 3 lines
Changed paths:
M /trunk/dumpcap.c
Catch SIGINT, SIGHUP, and SIGTERM on UN*X, so we cleanly exit if, for
example, we're ^C'ed. This should fix bug 2003.
------------------------------------------------------------------------
r23540 | wmeier | 2007-11-21 16:33:22 -0800 (Wed, 21 Nov 2007) | 2 lines
Changed paths:
M /trunk/dumpcap.c
Rename Windows ConsoleCtrHandlerRoutine --> capture_cleanup to match SVN #23537 change
------------------------------------------------------------------------
Directory: /trunk-0.99.7/gtk/
Changes Path Action
+3 -3 gui_prefs.c Modified
+1 -1 gui_prefs.h Modified
+6 -6 prefs_dlg.c Modified
+5 -4 proto_draw.c Modified
Directory: /trunk-0.99.7/
Changes Path Action
+49 -2 dumpcap.c Modified