mibble icon indicating copy to clipboard operation
mibble copied to clipboard

TRAP-TYPE definitions cause false positives in Mib#getSymbolByOid(String oid)

Open derekm opened this issue 5 years ago • 0 comments

If a loaded MIB has TRAP-TYPE definitions, they act as a catch-all when using getSymbolByOid(String oid).

This prohibits loading several MIBs and looping over them in a getMibForOid(String oid) routine without editing the MIB and removing the TRAP-TYPE definitions or without further inspecting and rejecting the candidate symbol.

derekm avatar Oct 30 '20 15:10 derekm