<br><br><div><span class="gmail_quote">On 6/30/06, <b class="gmail_sendername">Guy Harris</b> &lt;<a href="mailto:guy@alum.mit.edu" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">guy@alum.mit.edu</a>
&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Ricardo Santos wrote:<br><br>&gt; how to enable logging trace (dump to disc directy) on winpcap or windump<br>&gt; ? i need windump for timming analisy real-time traffic, the current<br>&gt; timming is &quot;false&quot;, i need the true times (whe the packts&nbsp;&nbsp;come in
<br>&gt; buffer).<br><br>If you need the packets to have, as their time stamps, the times when<br>the packets are received by the network adapter, enabling a direct dump<br>to disk won't help.&nbsp;&nbsp;The time stamping would be done at the same time
<br>it's done when you're not directly dumping to disk, so the time stamps<br>wouldn't be any different. <br></blockquote><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

To do that, you would probably need to write your own driver for the<br>network adapter, and have it time-stamp the packets, and write your own<br>code to use that driver, rather than using WinPcap.&nbsp;&nbsp;That will not be easy.
</blockquote><div><br><br>but, winpcap or libpcap, not have a function like this:<br><br><span style="font-style: italic;">dump2disk(0); //0=true<br><br></span><br><span style="font-style: italic;"><br></span><br></div><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
_______________________________________________<br>Winpcap-users mailing list<br><a href="mailto:Winpcap-users@winpcap.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">Winpcap-users@winpcap.org
</a><br><a href="https://www.winpcap.org/mailman/listinfo/winpcap-users" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
https://www.winpcap.org/mailman/listinfo/winpcap-users</a><br></blockquote></div><br>