commit baa352b526d31cbde1d4655bd2782164fd6fd6d9
parent 7cfbf83cc8163088acb1a63f40d3e4729d44cdfa
Author: Jordan Ritter <jpr5@darkridge.com>
Date: Sat, 8 Nov 2003 22:24:42 +0000
updates
Diffstat:
M | BUGS | | | 20 | ++++++++++---------- |
M | TODO | | | 24 | +++++++++++++++++------- |
2 files changed, 27 insertions(+), 17 deletions(-)
diff --git a/BUGS b/BUGS
@@ -4,13 +4,13 @@ Known bugs:
Not a bug in ngrep. Upgrade to the latest libpcap:
- http://www.tcpdump.org/release/libpcap-0.6.2.tar.gz
+ http://www.tcpdump.org/release/libpcap-0.6.2.tar.gz
o ngrep reports duplicate packets on the local loopback interface
-
- Not a bug in ngrep. Upgrade to the latest libpcap:
- http://www.tcpdump.org/release/libpcap-0.6.2.tar.gz
+ Not a bug in ngrep. Upgrade to the latest libpcap:
+
+ http://www.tcpdump.org/release/libpcap-0.6.2.tar.gz
o 'ngrep host foo.com' segfaults after displaying interface info
@@ -19,9 +19,10 @@ Known bugs:
one). Newer versions of libpcap obviate the need to use that
particular API. You can get it at:
- http://www.tcpdump.org/release/libpcap-0.6.2.tar.gz
+ http://www.tcpdump.org/release/libpcap-0.6.2.tar.gz
+
+ For the time being, a configure switch '--without-restart' is
+ provided to turn off the API call. If your copy of ngrep
+ segfaults after displaying the interface info, try recompiling
+ with this switch.
- For the time being, a configure switch '--without-restart' is
- provided to turn off the API call. If your copy of ngrep
- segfaults after displaying the interface info, try recompiling
- with this switch. -
\ No newline at end of file
diff --git a/TODO b/TODO
@@ -1,14 +1,24 @@
Todo:
- o add non-ip protocols (IPX and Appletalk are up next, maybe NetBeui?)
+ o add force ws_col flag (Vili Lehdonvirta <vili.lehdonvirta@hut.fi>)
- o add "Extra info", i.e. display ToS, seq, id, etc.
+ o add do not wrap text flag (Vili Lehdonvirta <vili.lehdonvirta@hut.fi>)
+
+ o add timerange functionality for replaying pcap_dumps ala -r
+ date-date using 'date' format MMDDhhmmCCYY
+
+ o investigate mac os x re setreuid/setregid
+
+ might need to special define it out and do manual
+ setgid/setegid/setuid/seteuid.. (several reports that the
+ damn functions are simply not working:
+
+ (vili)
+ Tried with 1.41, same problem: "attempt to drop privileges failed:
+ Operation not permitted".
+
+ o investiage rh9 static bin crash (maybe not)
- o add ability for end user to use functional groupings and backreferences
- o add force ws_col flag
- o add timerange functionality for replaying pcap_dumps ala -r
- date-date using 'date' format MMDDhhmmCCYY
- o investigate "cooked sockets" in BPF