Wireshark-commits: [Wireshark-commits] rev 36491: /trunk/ /trunk/: AUTHORS /trunk/wiretap/: 5views.
Date: Wed, 06 Apr 2011 06:51:27 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=36491

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

Log:
 From Jakub Zawadzki:
 
 file_read(buf, bsize, count, file) macro is compilant with fread
 function and takes elements count+ size of each element, however to make
 it compilant with gzread() it always returns number of bytes.
 
 In wiretap file_read() this is not really used, file_read is called
 either with bsize set to 1 or count to 1.
 
 Attached patch remove bsize argument from macro.

Directory: /trunk/
  Changes    Path          Action
  +1 -0      AUTHORS       Modified

Directory: /trunk/wiretap/
  Changes    Path                     Action
  +4 -4      5views.c                 Modified
  +1 -1      airopeek9.c              Modified
  +1 -1      ber.c                    Modified
  +5 -5      btsnoop.c                Modified
  +20 -20    commview.c               Modified
  +7 -7      csids.c                  Modified
  +5 -5      erf.c                    Modified
  +1 -1      eyesdn.c                 Modified
  +2 -4      file_wrappers.h          Modified
  +6 -6      hcidump.c                Modified


(22 files not shown)