Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ethernet MAC address lacks leading zeros #9

Closed
GoogleCodeExporter opened this issue Apr 15, 2015 · 1 comment
Closed

Ethernet MAC address lacks leading zeros #9

GoogleCodeExporter opened this issue Apr 15, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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

Attachments:

@GoogleCodeExporter
Copy link
Author

Hey mate..

thanks, just applied your fix..

cheers!

Original comment by bet...@gmail.com on 27 Feb 2012 at 10:08

  • Changed state: Fixed

SAERXCIT pushed a commit to SAERXCIT/impacket that referenced this issue May 9, 2022
p0dalirius pushed a commit to p0dalirius/impacket that referenced this issue Jan 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant