lemontree55 / packetgen

Ruby library to easily generate and capture network packets
MIT License
98 stars 13 forks source link

Add timestamps on capture #122

Closed sdaubert closed 1 year ago

sdaubert commented 1 year ago

Capture#start now records packets timestamps in Capture#timestamps and yield them as a second block argument.

sdaubert commented 1 year ago

Fix #121