supported univeral BER types 5 (NULL) and 6 (OID)
This commit is contained in:
parent
7fe954f199
commit
8dfbf21302
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue