This commit is contained in:
pdw
2003-05-20 21:15:38 +00:00
parent 1bae140ef2
commit 19caa83f0f
2 changed files with 1 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ $Id$
Added 1-line display options ("t") Added 1-line display options ("t")
Added display scrolling ("j", "k") Added display scrolling ("j", "k")
Fixed code for obtaining hardware address (on Linux at least) Fixed code for obtaining hardware address (on Linux at least)
Added IP-based direction assignment
0.11 08/01/03 0.11 08/01/03

2
TODO
View File

@@ -4,8 +4,6 @@ $Id$
BUG: 20s/40s averages are wrong when freeze_order is on. BUG: 20s/40s averages are wrong when freeze_order is on.
BUG: MAC address is broken. BUG: MAC address is broken.
* Attempt to assign direction based on IP of selected interface for DLT_RAW.
* Search for BSD interface names - need to know what to look for. * Search for BSD interface names - need to know what to look for.
* IP types other than v4? * IP types other than v4?