aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2005-05-19 20:32:58 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2005-05-19 20:32:58 +0000
commitc32685e172eff28a7b1a4df8f7ff9bd431b35531 (patch)
treecfde5db03251eebd41919b6274990a048e67c459
parent0c4cc718bfefee33b56ffadb6224d694b9802d31 (diff)
Display version number and product number as strings.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14397 f5534014-38df-0310-8fa8-9805f1628bb7
-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