jokob-sk / NetAlertX

🖧🔍 WIFI / LAN intruder detector. Scans for devices connected to your network and alerts you if new and unknown devices are found.
GNU General Public License v3.0
3.13k stars 187 forks source link

vendor field bug #844

Closed stanelie closed 1 month ago

stanelie commented 1 month ago

Is there an existing issue for this?

Current Behavior

The vendor field gets populated with the last word of a sentence only. Example : "Dell inc." is the correct vendor according to a reverse mac database lookup of a mac address I have on my network. However, in NetAlertX, I only see "inc." as the vendor field. Same thing for "TELEMECANIQUE ELECTRIQUE", which shows up as "ELECTRIQUE" only.

Expected Behavior

The whole name from the mac address database should show up, not just the last word.

Maybe it's related to https://github.com/jokob-sk/NetAlertX/issues/805 ? I am running the DEV container

What branch are you running?

Dev

jokob-sk commented 1 month ago

Hi @stanelie,

Can you please follow the template and provide the logs?

Are the correct vendors only missing from the devices from a certain plugin or is this happening to all devices?

Logs help me to solve issues faster and I can be more effective with my time.

Thanks, J

stanelie commented 1 month ago

I just had a look and it appears the issue has resolved itself. I will try to investigate more before I file another bug report, maybe it was just a web browser cache issue this time.

Sorry about that.

jokob-sk commented 1 month ago

No problem! Thanks for helping me make the app better 🙏