Increase the size of a unknown INTEGER to FT_INT64 to be able to show

negative integers and integers up to MAXINT64.  We still don't support
integers between MAXINT64 and MAXUINT64, which would be 9 bytes long.

svn path=/trunk/; revision=39673
This commit is contained in:
Stig Bjørlykke 2011-10-30 15:55:18 +00:00
parent 6efb9bdf91
commit 89880b5b59
1 changed files with 1 additions and 1 deletions

View File

@ -4818,7 +4818,7 @@ proto_register_ber(void)
"GeneralizedTime", "ber.unknown.GeneralizedTime", FT_STRING, BASE_NONE,
NULL, 0, "This is an unknown GeneralizedTime", HFILL }},
{ &hf_ber_unknown_INTEGER, {
"INTEGER", "ber.unknown.INTEGER", FT_UINT32, BASE_DEC,
"INTEGER", "ber.unknown.INTEGER", FT_INT64, BASE_DEC,
NULL, 0, "This is an unknown INTEGER", HFILL }},
{ &hf_ber_unknown_BITSTRING, {
"BITSTRING", "ber.unknown.BITSTRING", FT_BYTES, BASE_NONE,