Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 42391: /trunk/wiretap/ /trunk/wiretap/: file_wrappers.c

Date: Wed, 02 May 2012 21:25:48 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42391

User: guy
Date: 2012/05/02 02:25 PM

Log:
 Add a file_skip() routine to skip N bytes forward in the file - it's
 currently just a wrapper around file_seek(), but could be implemented by
 reading forward if, for example, we add support for reading
 (sequentially only!) from a pipe.
 
 Sort the declarations of file-reading routines into one block.

Directory: /trunk/wiretap/
  Changes    Path               Action
  +13 -0     file_wrappers.c    Modified
  +6 -7      file_wrappers.h    Modified