Releases: haesbaert/rawlink
Releases · haesbaert/rawlink
2.1
CHANGES:
- Fix broken dune files
- Include
dhcp_client_filter
and dhcp_server_filter
in Eio
- Include an actual interface for Eio
- Fix Eio types on
send_packet
2.0
CHANGES:
- Eio support via rawlink-eio
- Lwt split into rawlink-lwt
- More and better testing binaries
- Update to dune 3.2 format
- Split common bits in Rawlink_lowlevel
1.2
CHANGES:
- Fix linking against non-lwt rawlink
- Implement promiscuous mode
- Update caml_ calls in rawlink_stubs.c
1.1
CHANGES:
- Use Host_endian instead of Little_endian, requires Cstruct >= 6.1.0,
this will make rawlink work correctly on big endian machines
- Adapt to modern Cstruct
- const/deconstify string/bytes
v1.0
CHANGES:
This release splits the Lwt package into a separate
rawlink.lwt
ocamlfind package. Existing users of Lwt_rawlink
can just rename the ocamlfind package rawlink
to rawlink.lwt
to get the previous functionality.
v0.6
0.6 (2017-11-24)
- Support ocaml 4.06
- Fix cstruct linking
0.3
0.3 (2015-08-30)
- Fix fd leak in bpf_open
- Fix linux send function