aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2005-05-19 20:32:58 +0000
committerAnders Broman <anders.broman@ericsson.com>2005-05-19 20:32:58 +0000
commite1771e434273aeb9b12ef62e0407f22dac15fb99 (patch)
treecfde5db03251eebd41919b6274990a048e67c459 /asn1
parentd444801e4a0c404db7ab755dd80ec016b08eb722 (diff)
Display version number and product number as strings.
svn path=/trunk/; revision=14397
Diffstat (limited to 'asn1')
-rw-r--r--asn1/h245/h245.cnf2
1 files changed, 2 insertions, 0 deletions
diff --git a/asn1/h245/h245.cnf b/asn1/h245/h245.cnf
index 6228a8cdf7..170ed9bc72 100644
--- a/asn1/h245/h245.cnf
+++ b/asn1/h245/h245.cnf
@@ -796,4 +796,6 @@ MulticastAddress/iPAddress/network TYPE = FT_IPv4 DISPLAY = BASE_NONE STRINGS
MulticastAddress/iP6Address/network TYPE = FT_IPv6 DISPLAY = BASE_NONE STRINGS = NULL
RTPPayloadType/payloadDescriptor/rfc-number TYPE = FT_UINT32 DISPLAY = BASE_DEC STRINGS = VALS(h245_RFC_number_vals)
NonStandardIdentifier/h221NonStandard/t35CountryCode TYPE = FT_UINT32 DISPLAY = BASE_DEC STRINGS = VALS(T35CountryCode_vals)
+VendorIdentification/productNumber TYPE = FT_STRING DISPLAY = BASE_HEX STRINGS = NULL
+VendorIdentification/versionNumber TYPE = FT_STRING DISPLAY = BASE_HEX STRINGS = NULL
#---------------------------------------------------------------------------------------- \ No newline at end of file