summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJulien Viard de Galbert <julien@vdg.blogsite.org>2010-08-06 13:45:56 +0200
committerJulien Viard de Galbert <julien@vdg.blogsite.org>2010-08-06 13:45:56 +0200
commit1d98133caff9ab8b3e49b06612579d8c4edad0b3 (patch)
tree52020fba2c5213de5596dda44aa5d6ca5810b84e /TODO
parent0cc99d69f21205674c082d9f8c330b72b43c34ab (diff)
rdoc generation rule and some TODOs
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index ff17f94..dfaf228 100644
--- a/TODO
+++ b/TODO
@@ -4,6 +4,8 @@
- Improve feature coverage
- investigate why UDP IPv6 tests fail
- test transparent proxy mode again
+- When udp datagram is send and nothing gets it, an ICMP response (closed port or something similar) arrives to netsed but netsed does not forward that to the client. Is this needed...
+- Improve and update user documentation (and publish it on web ?)
- implementing all sed scripting is not the plan, but :
- implement some regex support (most of sed s// command without all the scripting that sed allows). man 3 regex
- allowing the rule to be processed externally by a filter program (so the real sed can be used). check with popen.