Wireshark-commits: [Wireshark-commits] rev 29653: /trunk/gtk/ /trunk/gtk/: new_packet_list.c packet
Date: Tue, 01 Sep 2009 16:00:57 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=29653

User: krj
Date: 2009/09/01 09:00 AM

Log:
 We no longer store the column text in our record, so don't ever dereference the record column text pointer. In fact, remove it completely. This could cause a crash.
 
 While there, throw in a few g_assert()'s.

Directory: /trunk/gtk/
  Changes    Path                   Action
  +62 -60    new_packet_list.c      Modified
  +0 -1      packet_list_store.h    Modified