Ticket #110 (new defect)

Opened 6 months ago

Incorrect path to ethernet manufacturer database

Reported by: anonymous Assigned to: pbi
Priority: minor Milestone:
Component: Scapy Version:
Keywords: Cc:

Description

By default scapy is hardcoded to use wireshark's manuf db:

MANUFDB = load_manuf("/usr/share/wireshark/wireshark/manuf")

But on my system at least (Gentoo) this file is actually located at /usr/share/wireshark/manuf. As a workaround you can add

conf.manufdb = load_manuf("/usr/share/wireshark/manuf")

to ~/.scapy_startup.py. It would be nice though if you could change settings like this in a config file instead of leaving them hardcoded as they are now.

Attachments


Add/Change #110 (Incorrect path to ethernet manufacturer database)




Change Properties
Action