aboutsummaryrefslogtreecommitdiffstats
path: root/diameter
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2015-05-07 17:31:03 -0400
committerAnders Broman <a.broman58@gmail.com>2015-05-08 04:25:16 +0000
commitbc2605e1c97b82bf73d3aa80bf553b70411a5544 (patch)
treeafdd875e4f0cb8f122489403db33c18ca0ded2dc /diameter
parent5b64a693f96a5522dcdd3bfd857992d90ec3b053 (diff)
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>
Diffstat (limited to 'diameter')
-rw-r--r--diameter/dictionary.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/diameter/dictionary.xml b/diameter/dictionary.xml
index 83beb840d6..01297c51f9 100644
--- a/diameter/dictionary.xml
+++ b/diameter/dictionary.xml
@@ -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 ************************ -->