aboutsip / pkts

Pure java based pcap library capable of reading and writing to/from pcaps.
Other
198 stars 92 forks source link

Support writing nanosecond precision global headers #116

Closed cbarrete closed 4 years ago

cbarrete commented 4 years ago

This makes the PcapGlobalHeader write out nanosecond magic numbers when appropriate.

The current implementation is incorrect as it writes doesn't take the nsTimestamps field into account.

jonbo372 commented 4 years ago

Awesome! Please add unit tests as well though.

cbarrete commented 4 years ago

I'll do that asap.