Wireshark-commits: [Wireshark-commits] rev 36575: /trunk/wiretap/ /trunk/wiretap/: 5views.c 5views.
Date: Tue, 12 Apr 2011 00:44:47 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=36575

User: guy
Date: 2011/04/11 05:44 PM

Log:
 "This file format can't be written to a pipe" and "this file format
 can't be saved in compress form" are both equivalent to "this file file
 format requires seeking when writing it".  Change the "can compress"
 Boolean in the file format table to "writing requires seeking", give all
 the entries the proper value, and do the checks for attempting to write
 a file format to a pipe or write it in compressed format to common code.
 
 This means we don't need to pass the "can't seek" flag to the dump open
 routines.

Directory: /trunk/wiretap/
  Changes    Path                     Action
  +1 -9      5views.c                 Modified
  +1 -1      5views.h                 Modified
  +2 -2      btsnoop.c                Modified
  +2 -2      btsnoop.h                Modified
  +1 -1      catapult_dct2000.c       Modified
  +1 -1      catapult_dct2000.h       Modified
  +1 -2      commview.c               Modified
  +1 -1      commview.h               Modified
  +1 -1      eyesdn.c                 Modified
  +1 -1      eyesdn.h                 Modified
  +33 -22    file_access.c            Modified


(26 files not shown)