Skip to content

Releases: frenetic-lang/ocaml-packet

v0.3.1

11 Jul 14:33
Compare
Choose a tag to compare

Enchancements

  • Add Sexplib support to all exported types (#32)
  • Add parse/pretty-print support for IPv6 addresses (#33)

v0.3.0

17 Jun 14:36
Compare
Choose a tag to compare

Major Enhancements

  • Add and export arbitrary instances for various-sized ints, and other types (#31)
  • Rename Packet_Arbitrary to Arbitrary_Packet (#31)

v0.2.1

17 Mar 17:31
Compare
Choose a tag to compare

Enhancements

  • Compute TCP checksum when marshaling packets (#29)

v0.2.0

08 Jan 17:22
Compare
Choose a tag to compare

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)