summaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO24
1 files changed, 24 insertions, 0 deletions
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