Wireshark-commits: [Wireshark-commits] rev 36879: /trunk/ /trunk/: packet-range.c
Date: Tue, 26 Apr 2011 23:17:52 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=36879

User: guy
Date: 2011/04/26 04:17 PM

Log:
 Short-term hack to fix bug 5855 - don't try to process all the
 frame_data structures for all the packets if we don't actually *have*
 any frame_data structures for any packets, e.g. in TShark in one-pass
 mode.
 
 Also:
 
 Use #if 0/#endif instead of commenting out.
 
 Consistently use 4-space indentation.

Directory: /trunk/
  Changes    Path              Action
  +147 -130  packet-range.c    Modified