ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

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