diff options
author | Sam Roberts <vieuxtech@gmail.com> | 2009-03-06 12:43:45 -0800 |
---|---|---|
committer | Sam Roberts <vieuxtech@gmail.com> | 2009-03-06 12:43:45 -0800 |
commit | 2266ffd79f384395a4a6aaa4d4847a6b3e42bbce (patch) | |
tree | a6178cacf835d63d75aa9232062a500fe20aaa4f /README.txt | |
parent | 41d05f3cc9359f58563d12ee20694d1dfc40fcbf (diff) | |
download | libnet-2266ffd79f384395a4a6aaa4d4847a6b3e42bbce.tar.gz |
Status update.
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 27 |
1 files changed, 24 insertions, 3 deletions
@@ -1,8 +1,29 @@ Upstream on libnet is dead. -Debian has some patches. +Debian has unmerged patches. -I've recently reworked some of the IPv4 code to fix memory corruption bugs, and added lua bindings. +I have patches to ip_offset handling (used for IP checksumming) to fix memory +corruption bugs. -I'll push the patches up to here. +I also have the start of Lua bindings. + +I am in the process of merging outstanding work into v1.1.2.1-fork. + +Complete: + +- debian patches merged to v1.1.2.1-fork +- autotools from upstream v1.1.3-RC-01 merged to v1.1.2.1-fork + +In progresss: + +- completed ip_offset patches being merged into ip_offset-patch + +Incomplete: + +- lua bindings +- build_ipv4_options is known to cause memory corruption under some conditions, + but fix is more complicated than others and is not complete +- cleanup of in source comments/documentation of libnet data structures +- merge to master +- re-release |