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

Wireshark-commits: [Wireshark-commits] rev 19741: /trunk-0.99.4/ /trunk-0.99.4/gtk/: about_dlg.c ai

Date: Mon, 30 Oct 2006 16:12:21 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=19741

User: gerald
Date: 2006/10/30 04:12 PM

Log:
 Copy over revisions from the trunk (hopefully I haven't missed any).
 
 ------------------------------------------------------------------------
 r19720 | gerald | 2006-10-27 13:33:19 -0700 (Fri, 27 Oct 2006) | 3 lines
 
 Set AirpcapLoaded to TRUE if we've successfully loaded our DLL and obtained
 our addresses.
 
 ------------------------------------------------------------------------
 r19726 | ulfl | 2006-10-29 04:51:15 -0800 (Sun, 29 Oct 2006) | 3 lines
 Changed paths:
    M /trunk/file.c
 
 fix #1188: scroll the packet list to the bottom (in a running capture) *after* thawing the list - otherwise the scrolling won't be done correctly
 
 this one should go into 0.99.4 IMHO
 ------------------------------------------------------------------------
 r19735 | ulfl | 2006-10-29 18:09:59 -0800 (Sun, 29 Oct 2006) | 5 lines
 Changed paths:
    M /trunk/gtk/packet_list.c
 
 fix #1159 from Jim Young (should go into 0.99.4): 
 I think I have a fix for this problem.   The procedure
 packet_list_set_selected_row()would do a clist freeze but not a corresponding
 clist thaw if the list was empty.  A one line fix to gtk/packet_list.c appears
 to fix this problem.
 ------------------------------------------------------------------------
 r19740 | gerald | 2006-10-30 08:01:40 -0800 (Mon, 30 Oct 2006) | 3 lines
 Changed paths:
    M /trunk/gtk/color_edit_dlg.c
 
 Fix for bug 1164 from Stephen Fisher: In the coloring rules edit dialog, set
 the foreground color correctly.

Directory: /trunk-0.99.4/gtk/
  Changes    Path                   Action
  +1 -1      about_dlg.c            Modified
  +105 -43   airpcap_dlg.c          Modified
  +193 -20   airpcap_gui_utils.c    Modified
  +7 -1      airpcap_gui_utils.h    Modified
  +1 -19     color_edit_dlg.c       Modified
  +21 -2     main.c                 Modified
  +1 -0      packet_list.c          Modified

Directory: /trunk-0.99.4/
  Changes    Path                Action
  +1 -1      airpcap.h           Modified
  +1219 -530 airpcap_loader.c    Modified
  +110 -3    airpcap_loader.h    Modified
  +5 -2      file.c              Modified