http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=36521
User: guy
Date: 2011/04/08 10:42 AM
Log:
Just make the fh member of a wtap_dumper_t a void * for now, and, in all
calls that use it, cast it to whatever it's supposed to be. Making it a
gzFile means you can't use any stdio macros that reach inside the
structure; making it a FILE *, as it used to be, amounts to trying to
use a FILE * as a void * if we're writing a compressed file out.
Directory: /trunk/wiretap/
Changes Path Action
+9 -9 file_access.c Modified
+5 -3 wtap-int.h Modified