Sourced from etherparse's releases.
v0.16.0 Add IP Packet Defragmentation Support
What's Changed
- typo by
@ugur-ain JulianSchmid/etherparse#106- Add etherparse-defrag by
@JulianSchmidin JulianSchmid/etherparse#92New Contributors
@ugur-amade their first contribution in JulianSchmid/etherparse#106Full Changelog: https://github.com/JulianSchmid/etherparse/compare/v0.15.0...v0.16.0
93c7f0b
Resolved clippy warnings447c592
Increment proptest crate version00c04f7
Resolved clippy warningb6d98e5
Extended tests for frag pool0a58fa5
Corrected fragment reconstruction74739e5
Correct ip defrag pool new return typec0741f5
Applying rust fmt & add return_buf to ip defrag pool31c8e84
Update proptest and mark some tests as not relevant for miri29894ab
Further work on defragmentation9464a0f
Adapt readme to defrag module