Build precise queries to find exactly what you need
Press ESC to close
@pemcne
Favorites0
Views
Projects0
Pretty good although out of the box I was getting the OID issue above. Simple fix though, insert this on line 141: $_ =~ s/iso.+ = INTEGER: (d+)/$1/g; That will parse out the OID data and just leave you with the integer value. Other than that, it works great. Tested on Windows and Linux no problem.
Reviewed 12 years ago