Skip to content

Releases: hughesac/packet_builder

v0.7.0

22 Jan 03:25
Compare
Choose a tag to compare

Fixes to work with more recent version of pnet.

v0.6.0

16 Jul 21:04
Compare
Choose a tag to compare

Fixes to work with more recent version of pnet.

v0.5.0

03 May 15:39
Compare
Choose a tag to compare

This releases bumps the version of libpnet to 0.26 which fixes the broken build and tests.

v0.4.0

15 Nov 20:08
Compare
Choose a tag to compare

This release fixes the broken build caused by libpnet/libpnet#391. Thanks to imsnif for fixing the issue.

v0.3.0

05 Sep 02:39
7a987f0
Compare
Choose a tag to compare

Added support for ARP and VLAN.

v0.2.0

30 Aug 02:20
5494f82
Compare
Choose a tag to compare

Fixed size of TCP header and implemented proper handling of TCP options. Fixed handling of IPv4 remaining IPv4 fields. Added additional examples to show usage of TCP options.