Wireshark-commits: [Wireshark-commits] rev 51576: /trunk/ /trunk/doc/: dumpcap.pod tshark.pod wires

Date: Thu, 29 Aug 2013 18:15:15 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51576

User: cmaynard
Date: 2013/08/29 11:15 AM

Log:
 Handle the 2GiB boundary case of the max filesize autostop condition properly so that we avoid overflow conditions and so that we ensure we don't capture more than 2GiB.  Also, document the max filesize autostop value of 2GIB as well as indicating that it's truly GiB and not GB.
 
 This fixes the problem reported on ask: http://ask.wireshark.org/questions/23891/wireshark-wont-run-with-multiple-capture-files
 
 #BACKPORT(1.10) ... not sure about 1.8?

Directory: /trunk/doc/
  Changes    Path                      Action
  +4 -4      dumpcap.pod               Modified
  +7 -7      tshark.pod                Modified
  +6 -5      wireshark.pod.template    Modified

Directory: /trunk/ui/gtk/
  Changes    Path             Action
  +17 -13    capture_dlg.c    Modified

Directory: /trunk/
  Changes    Path                         Action
  +2 -2      capture_opts.c               Modified
  +2 -2      capture_opts.h               Modified
  +5 -3      capture_stop_conditions.c    Modified
  +16 -16    capture_sync.c               Modified
  +7 -3      dumpcap.c                    Modified