Releases: frenetic-lang/ocaml-packet
Releases · frenetic-lang/ocaml-packet
v0.3.1
Enchancements
- Add Sexplib support to all exported types (#32)
- Add parse/pretty-print support for IPv6 addresses (#33)
v0.3.0
Major Enhancements
- Add and export arbitrary instances for various-sized
int
s, and other types (#31)
- Rename
Packet_Arbitrary
to Arbitrary_Packet
(#31)
v0.2.1
Enhancements
- Compute TCP checksum when marshaling packets (#29)
v0.2.0
Major Enhancements
- Add varying degrees of support for the following packet types:
- 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)