Wireshark-commits: [Wireshark-commits] rev 27396: /trunk/ /trunk/epan/: column-utils.c column.c /tr

Date: Mon, 09 Feb 2009 07:10:55 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=27396

User: jake
Date: 2009/02/08 11:10 PM

Log:
 Make "Copy as Filter" on the packet list actually work.
 Up till now every packet in the packet list got a copy of the pointer to the filter expressions for
 the last packets' columns. Hence any 'Copy as Filter" on a column got the expression of the last
 packet in the packet list. Instead every packet needs to get a pointer to the filter expressions 
 for its own columns. This requires making a copy of the filter expressions themselves.
 
 Since this is a bug in 1.0 as well the GLIB1 code is provided for backporting, which can later be dropped from the development tree.

Directory: /trunk/epan/
  Changes    Path              Action
  +2 -2      column-utils.c    Modified
  +3 -0      column.c          Modified

Directory: /trunk/gtk/
  Changes    Path           Action
  +2 -2      main_menu.c    Modified

Directory: /trunk/
  Changes    Path          Action
  +29 -2     file.c        Modified