summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Warren <pdw@ex-parrot.com>2017-01-04 22:55:26 +0000
committerPaul Warren <pdw@ex-parrot.com>2017-01-04 22:55:26 +0000
commit96a691484e6e3c6fa415b46e466c85323d017baa (patch)
tree8e05de139513a338f336aa0054156316b1868512 /ChangeLog
parent014c6e628f5bb54f06f290f71770520bb7c403ce (diff)
downloadiftop-96a691484e6e3c6fa415b46e466c85323d017baa.zip
Fix mac address display
iftop would display portions of mac address with large ffffff prefixes. Make if_hw_addr type consistent. Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 47de20f..a69e22a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,9 @@ Unattributed items are by Paul Warren and Chris Lightfoot.
1.0
+* Fix MAC address display
+ Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
+
* Clean up libpcap on exit
Brian Russell <brian.russell@brocade.com>