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

Date: Mon, 03 Jun 2013 23:07:43 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=49733

User: guy
Date: 2013/06/03 04:07 PM

Log:
 file_skip() only needs to return a Boolean; if anybody cares what the
 seek offset is after calling it, they can use file_tell().  (Some
 routines were already assuming it returned a gboolean.)

Directory: /trunk/wiretap/
  Changes    Path               Action
  +4 -2      file_wrappers.c    Modified
  +1 -1      file_wrappers.h    Modified
  +1 -3      ngsniffer.c        Modified