diff --git a/lib/net/ber.rb b/lib/net/ber.rb index 8cab342..335567d 100644 --- a/lib/net/ber.rb +++ b/lib/net/ber.rb @@ -87,8 +87,10 @@ module Net 1 => :boolean, 2 => :integer, 4 => :string, + 5 => :null, + 6 => :string, # (OID) 10 => :integer, - 13 => :string # (OID) + 13 => :string # (relative OID) }, :constructed => { 16 => :array,