<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=KOI8-R" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<tt>Next time search the MSDN first.<br>
Here is the MSDN article:<br>
<br>
</tt>
<h1>timeval</h1>
<p>The <b>timeval</b> structure is used to specify time values. It is
associated with the Berkeley Software Distribution (BSD) file Time.h.</p>
<pre class="syntax">struct timeval {
  long    <a class="synParam"
 style="background: transparent none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"
 onclick="showTip(this)" href="">tv_sec</a>;         // seconds 
  long    <a class="synParam"
 style="background: transparent none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"
 onclick="showTip(this)" href="">tv_usec</a>;        // and microseconds 
};</pre>
<h4>Members</h4>
<dl>
  <dt><b>tv_sec</b> </dt>
  <dd>Time value, in seconds. </dd>
  <dt><b>tv_usec</b> </dt>
  <dd>Time value, in microseconds. </dd>
</dl>
<h4><a href="JavaScript:hhobj_1.Click()">Requirements</a> </h4>
<p><b>ššWindows NT/2000/XP: </b>Included in Windows NT 3.1 and later.<br>
<b>ššWindows 95/98/Me: </b>Included in Windows 95 and later.<br>
<b>ššHeader: </b>Declared in Winsock2.h.</p>
<h4>See Also</h4>
<p><a href="strucetc_5roy.htm"><b>linger</b></a>, <a
 href="wsapiref_1ab6.htm"><b>select</b></a></p>
<br>
<tt><br>
</tt><br>
joe kibz wrote:
<blockquote
 cite="mid20060608100853.19201.qmail@web35308.mail.mud.yahoo.com"
 type="cite">
  <div>Problem:</div>
  <div>š</div>
  <div>The timeval ts for the generic header for each packet captured .</div>
  <div>What exactly does the second value <a moz-do-not-send="true"
 class="code"
 href="file:///C:/joekibz/WpdPack/docs/html/structpcap__pkthdr.html#o0">ts</a>.tv_usec
represent ?</div>
  <div>š</div>
  <div>š</div>
  <div>joe</div>
  <p> __________________________________________________<br>
Do You Yahoo!?<br>
Tired of spam? Yahoo! Mail has the best spam protection around <br>
<a class="moz-txt-link-freetext" href="http://mail.yahoo.com">http://mail.yahoo.com</a> </p>
  <p> __________________________________________________<br>
Do You Yahoo!?<br>
Tired of spam? Yahoo! Mail has the best spam protection around <br>
<a class="moz-txt-link-freetext" href="http://mail.yahoo.com">http://mail.yahoo.com</a> </p>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
Winpcap-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Winpcap-users@winpcap.org">Winpcap-users@winpcap.org</a>
<a class="moz-txt-link-freetext" href="https://www.winpcap.org/mailman/listinfo/winpcap-users">https://www.winpcap.org/mailman/listinfo/winpcap-users</a>
  </pre>
</blockquote>
<br>
<pre class="moz-signature" cols="80">-- 
Best regards. Vasily Borovyak <a class="moz-txt-link-rfc2396E" href="mailto:vbor@isd.dp.ua">&lt;vbor@isd.dp.ua&gt;</a></pre>
</body>
</html>