Skip to content

v0.2.0

Compare
Choose a tag to compare
@seliopou seliopou released this 08 Jan 17:22
· 55 commits to master since this release

Major Enhancements

  • Add varying degrees of support for the following packet types:
    • UDP
    • DNS
    • IGMP
  • Provide the quickcheck subpackage to assist in automated testing

Bug Fixes

  • Correctly handle TCP and IP packet options (#4)
  • Marshal the ident field of IP packets (#12)
  • Properly order the flags and fragment offset bits of IP packets when marshaling (#12)
  • Properly parse and marshal the NS flag of TCP packets (#12)