Wireshark-commits: [Wireshark-commits] rev 28475: /trunk/ /trunk/: file.c

Date: Mon, 25 May 2009 23:48:32 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=28475

User: gerald
Date: 2009/05/25 04:48 PM

Log:
 From Didier Gautheron via bug 3391:
 
 when loading files > 50 MB wireshark redraws the first pane on each
 update_progress_dlg(). If auto_scroll_live is not set that's mean it redraws
 the same rows again and again.
 
 The patch attached only redraws it once or if cf->displayed_count < 1000, in
 case you have a very big screen.

Directory: /trunk/
  Changes    Path          Action
  +10 -6     file.c        Modified