Add Float32 and Float64 types to the Diameter dictionary.

Change-Id: I74f7c37fc9b62ae0b9f29e4da0b1b3d5037b8192
Reviewed-on: https://code.wireshark.org/review/8339
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Jeff Morriss 2015-05-07 17:31:03 -04:00 committed by Anders Broman
parent 5b64a693f9
commit bc2605e1c9
1 changed files with 14 additions and 0 deletions

View File

@ -588,6 +588,20 @@
-->
<typedefn type-name="Enumerated" type-parent="Integer32"/>
<typedefn type-name="DiameterURI" type-parent="UTF8String"/>
<typedefn type-name="Float32"/>
<!--
This represents floating point values of single precision as
described by [FLOATPOINT]. The 32-bit value is transmitted in
network byte order. The AVP Length field MUST be set to 12 (16 if
the 'V' bit is enabled).
-->
<typedefn type-name="Float64"/>
<!--
This represents floating point values of double precision as
described by [FLOATPOINT]. The 64-bit value is transmitted in
network byte order. The AVP Length field MUST be set to 16 (20 if
the 'V' bit is enabled).
-->
<!-- ************************************************************** -->
<!-- ************************* End Typedefns ************************ -->