http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=52274
User: guy
Date: 2013/09/29 08:26 PM
Log:
We always write to a FILE *, so:
make libpcap_write_to_file() static;
don't pass it as an argument to write routines, just have them
call it directly;
make the handle argument a FILE *.
Make the data length argument to libpcap_write_to_file() a size_t, as
that's what, for example, fwrite() takes as a size argument.
Directory: /trunk/
Changes Path Action
+9 -9 dumpcap.c Modified
+81 -81 pcapio.c Modified
+6 -17 pcapio.h Modified
+6 -6 text2pcap.c Modified