Re: [tcpdump-workers] pcap_dump_file & CO

2005-06-05 Thread Mark Pizzolato
Guy Harris wrote: Mark Pizzolato wrote: > In the MS CRTL, a fpos_t > is a 64bit integer, while on other platforms it may be a structure of > some sort. Does Microsoft explicitly promise that an fpos_t is a 64-bit integer on Windows? Well, I've used this functionality for going on 8 years and i

Re: [tcpdump-workers] pcap_dump_file & CO

2005-06-05 Thread Guy Harris
Loris Degioanni wrote: So no all Unix systems have types.h? Not all UN*X systems necessarily have a types.h that define u_int64_t or uint64_t. What about using something like the bittypes.h in the missing folder of tcpdump? That might be one way. Can the MSVC++ I/O routines handle files

Re: [tcpdump-workers] pcap_dump_file & CO

2005-06-05 Thread Guy Harris
Mark Pizzolato wrote: In the MS CRTL, a fpos_t is a 64bit integer, while on other platforms it may be a structure of some sort. Does Microsoft explicitly promise that an fpos_t is a 64-bit integer on Windows? (It doesn't matter about UN*X, as ftello() can be used there, and, as I understand

Re: [tcpdump-workers] pcap_dump_file & CO

2005-06-05 Thread Mark Pizzolato
Loris Degioanni wrote: Guy Harris wrote: > Loris Degioanni wrote: > Can the MSVC++ I/O routines handle files >4GB? In at least some UN*Xes Yes they can. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccore98/html/_crt__tell.2c_._telli64.asp I'm not sure, however, if the

[tcpdump-workers] Automatic report from sources (tcpdump libpcap htdocs) between 04.06.2005 - 05.06.2005 GMT

2005-06-05 Thread Automatic cvs log generator /tcpdump/bin/makelog
CVS log entries from 04.06.2005 (Sat) 09:07:04 - 05.06.2005 (Sun) 09:07:08 GMT = Summary by authors = Author: guy File: tcpdump/configure; Revisions: 1.144, 1.134.2.10 Author: mcr