mscdex / cap

A cross-platform binding for performing packet capturing with node.js
MIT License
360 stars 46 forks source link

Timestamp of packets #85

Open Giuan0 opened 5 years ago

Giuan0 commented 5 years ago

How can I get the timestamp of the packet without having to instance a new Date object?

mscdex commented 5 years ago

libpcap/npcap provides timestamps, but cap does not expose them currently.

Giuan0 commented 3 years ago

feature exposed in #88