[Winpcap-users] timming analisy

Ricardo Santos ricardo1784 at gmail.com
Mon Jul 3 09:19:24 GMT 2006


On 6/30/06, Guy Harris <guy at alum.mit.edu> wrote:
>
> Ricardo Santos wrote:
>
> > how to enable logging trace (dump to disc directy) on winpcap or windump
> > ? i need windump for timming analisy real-time traffic, the current
> > timming is "false", i need the true times (whe the packts  come in
> > buffer).
>
> If you need the packets to have, as their time stamps, the times when
> the packets are received by the network adapter, enabling a direct dump
> to disk won't help.  The time stamping would be done at the same time
> it's done when you're not directly dumping to disk, so the time stamps
> wouldn't be any different.
>
To do that, you would probably need to write your own driver for the
> network adapter, and have it time-stamp the packets, and write your own
> code to use that driver, rather than using WinPcap.  That will not be
> easy.



but, winpcap or libpcap, not have a function like this:

dump2disk(0); //0=true





_______________________________________________
> Winpcap-users mailing list
> Winpcap-users at winpcap.org
> https://www.winpcap.org/mailman/listinfo/winpcap-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.winpcap.org/pipermail/winpcap-users/attachments/20060703/7e788e95/attachment.htm


More information about the Winpcap-users mailing list