coolbho3k / manuf

Parser library for Wireshark's OUI database.
Other
120 stars 36 forks source link

Open manuf file read-only #1

Closed rlaager closed 8 years ago

rlaager commented 8 years ago

The code never writes to the manuf file, so there's no reason to open it for writing. Without this change, the code fails if the user only has read permission and not write permission.

rlaager commented 8 years ago

Thanks!