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