<div><br>I need to find the delay and jitter, how can I do this? i've tried to use time.h but it just have precision of seconds and I need precision of microseconds !!! I can't use getimeofday() because my program have to run in windows and linux.
</div>
<div>&nbsp;</div>
<div>Another trouble, when I tried to use the fields of the struct pcap_stat</div>
<div>&nbsp;</div>
<div>if_drop: it shows me 0 always</div>
<div>bs_cap: it doesn't compile</div>
<div>&nbsp;</div>
<div>Any suggestions? I really need your help. Thanks in advance</div>