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

Fix an issue with MAC addresses and update deps #185

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

aik8
Copy link

@aik8 aik8 commented Aug 24, 2022

For some reason, this version of arpping is returning MAC addresses in the form xx:xx-xx-xx-xx-xx. This is not taken into account by the fixMacAddresses() method. Changed the split() input to a simple regex that catches both : and - characters.

For some reason, this version of arpping is returning MAC addresses in
the form `xx:xx-xx-xx-xx-xx`. This is not taken into account by the
`fixMacAddresses()` method. Changed the `split()` input to a simple
regex that catches both `:` and `-` characters.
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

Successfully merging this pull request may close these issues.

None yet

1 participant