Hello,<div><br></div><div>I am writing program to sniff ethernet packets.</div><div>With "pcap_next_ex" I nomally get the timestamp of the packet.</div><div>As I understand, timestamps are calculated with queryperformancecounter in the winpcap driver.</div>

<div><br></div><div>I need to synchronize those packets to some other clock (external device) to fix time drift problem.</div><div>If I just use timestamp of received packet, this is actually time when packet came to computer. I would also need to get current time (as precise as possible) in order to be able to synchronize packet timestamp with external clock.</div>

<div><br></div><div>Is there any way to get current clock from winpcap driver?</div><div><br></div><div>Best Regards,</div><div>Sašo</div><div><div><br></div><br><br>
</div>