Ethernet MAC addresses are normally show with a leading zero when necessary ie:
0a:0b:0c:0d:0e:0f and not a:b:c:d:e:f.
Currently Impacket.py Ethernet.as_eth_addr returns the above.
Attached is a patch that fixes this as well as adding static calling and
simplifies the logic
Original issue reported on code.google.com by thebiggu...@gmail.com on 27 Feb 2012 at 2:05
Original issue reported on code.google.com by
thebiggu...@gmail.com
on 27 Feb 2012 at 2:05Attachments: