-
Notifications
You must be signed in to change notification settings - Fork 305
airodump-ng: Support MAC to name translation with ethers file. #9
base: master
Are you sure you want to change the base?
Conversation
…thers file. Started to replace the printf of unsigned char bssid to get_name_or_essid.
Mmmm... I think airodump already implements this ???. Try this:
|
No. You misunderstood me. The thing I implemented allows to give a specific MAC address a name. The See https://www.wireshark.org/docs/wsug_html_chunked/ChAppFilesConfigurationSection.html (search for ethers) |
Could you update the first patch since Travis CI fails? And also avoid correcting whitespace? After that, I'll review the patches. Btw, I like that idea. |
I thought the last commit I pushed (23eaa21) passes? |
It passed, but we committed something that changed the files. Please do not correct whitespace anywhere. |
I merged master into my feature branch. Additionally, is there something else I can do or are you reviewing the patch already? |
…n BSSID and STATION columns * Add new feature to display manufacturer prefix in BSSID and STATION using new interaction key (o). * Based on aircrack-ng/aircrack-ng#9.
Will be added after 1.2 final. |
Show names for known devices instead of MAC addresses. Wireshark supports this as well.