<div>Thanks for the explanation Guy. I'm trying to&nbsp;calculate application to application delay. At the moment&nbsp;i have written this piece of code:</div>
<div>&nbsp;</div>
<div>header_time=localtime(&amp;header-&gt;ts.tv_sec);<br>strftime( timestr, sizeof timestr, &quot;%H:%M:%S&quot;, header_time);<br>fprintf(buffer,&quot;%d %s.%.6d\n&quot;,num_packet,timestr,header-&gt;ts.tv_usec);</div>

<div>&nbsp;</div>
<div>but it only gives me the timestamp put&nbsp;by the kernel. Not what I want :(</div>
<div>&nbsp;</div>
<div>Please help me!!</div>
<div>&nbsp;</div>
<div>&nbsp;</div>