Why do I get this 'wireshark is installed, but cannot read manuf !' when I use wireshark?
I have installed wireshark on my computer, and I have a python script that read an Ethernet adapter and recorded all Etherner frames in a .pcap file. So, when I run my python script, I saw the following message:
wireshark is installed, but cannot read manuf !
If I don't read the Ethernet adapter frames, I don't see this error
What operating system is this?
Where is Wireshark installed?
Presumably "wireshark is installed, but cannot read manuf !" is a message printed by your Python script (Wireshark wouldn't print a message noting that it's installed - if it weren't installed, it wouldn't be able to run! - so it's not a message from Wireshark.) Where is the script trying to find the manuf file?