summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoachim Nilsson <troglobit@gmail.com>2019-09-29 15:52:34 +0200
committerJoachim Nilsson <troglobit@gmail.com>2019-09-29 15:52:34 +0200
commitc2d27fa816293eb4e0063841d77f568d58a5fe62 (patch)
tree2af8cc32fd5ddf69ad8eefb5194d37c3dfa31a4c
parent65f90f70bcfa0d3ac47a44787537761bdaeb9ce7 (diff)
downloadlibnet-c2d27fa816293eb4e0063841d77f568d58a5fe62.tar.gz
Sync TODO files, removing top-level one
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
-rw-r--r--TODO44
-rw-r--r--doc/TODO24
2 files changed, 24 insertions, 44 deletions
diff --git a/TODO b/TODO
deleted file mode 100644
index b21829b..0000000
--- a/TODO
+++ /dev/null
@@ -1,44 +0,0 @@
-This file complements the TODO in doc/TODO
-
-
-Roadmap:
-
-change all __WIN32 and __WIN32__ preprocessor directives with the more universal WIN32 and _WIN32 directives (msvc + mingw) (eliminating the need for -mwin32)
-
-add INSTALL and edit README in libnet/README
-
-short term goals:
-
-I'm afraid the build system needs a complete overhaul.
-
-improve documentation
-- FAQ
-- Examples
-- add RFCs
-
-fix "broken" samples (on win32?)
-
-fix MSVC/Mingw collision
-
-increase warning level on all OS's when using "Build" top level script
-
-
-long term goals:
-
-build with the debug memory allocation or dmalloc library
-http://dmalloc.com/
-https://www.gnu.org/software/automake/manual/html_node/Public-Macros.html (AM_WITH_DMALLOC)
-
-implement netmap compatibilty https://github.com/luigirizzo/netmap
-
-switch to npcap (win32)
-
-come after as many reasonable issues in https://github.com/sam-github/libnet/issues/ and http://stackoverflow.com/questions/tagged/libnet# as possible
-
-Somethings not right with checksums...
-
-improve LUA bindings
-
-test and verify everything IPv6
-
-Dynamic loading... \ No newline at end of file
diff --git a/doc/TODO b/doc/TODO
index 84464d1..7ae722b 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -3,7 +3,31 @@
LIBNET 1.1 (c) 1998 - 2004 Mike D. Schiffman <mike@infonexus.com>
http://www.packetfactory.net/libnet
===============================================================================
+ 1.3 TODO LIST
+ - Build with debug memory allocation or dmalloc library
+ - http://dmalloc.com/
+ - https://www.gnu.org/software/automake/manual/html_node/Public-Macros.html (AM_WITH_DMALLOC)
+
+ - Switch to npcap (win32)
+
+ - Take inventory of http://stackoverflow.com/questions/tagged/libnet#
+
+ - Add automatic tests for `make check`, IPv6 in particular
+
+ 1.2 TODO LIST
+
+ - change all __WIN32 and __WIN32__ preprocessor directives with the
+ more universal WIN32 and _WIN32 directives (msvc + mingw)
+ (eliminating the need for -mwin32)
+
+ - Improve documentation: FAQ, Examples, adding RFCs
+
+ - Fix "broken" samples (on win32?)
+
+ - Fix MSVC/Mingw collision
+
+ - Increase warning level on all OS's when using `Build` script
1.1.x TODO LIST