You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered: