Wireshark-commits: [Wireshark-commits] rev 29997: /trunk/gtk/ /trunk/gtk/: packet_win.c

Date: Sun, 20 Sep 2009 08:22:04 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=29997

User: etxrab
Date: 2009/09/20 01:22 AM

Log:
 Fix for:
 Columns Lazy initialization clobbers cinfo packet buffer. Open a file, goto packet 1000, menu View->Show packet in a new window, the wrong packet is decoded (it's the last displayed in the packet list pane). gtk/packet_win.c:new_window_cb() should call wtap_seek_reread().

Directory: /trunk/gtk/
  Changes    Path            Action
  +10 -0     packet_win.c    Modified