Revert "Allow value_strings for FT_INT64 and FT_UINT64.", as we

haven't generic support for value_strings for 64-bit values yet.

svn path=/trunk/; revision=39557
This commit is contained in:
Stig Bjørlykke 2011-10-25 10:26:30 +00:00
parent f3f1b20539
commit 9a4f284ed4
1 changed files with 0 additions and 2 deletions

View File

@ -4833,12 +4833,10 @@ static void tmp_fld_check_assert(header_field_info *hfinfo) {
(hfinfo->type == FT_UINT16) ||
(hfinfo->type == FT_UINT24) ||
(hfinfo->type == FT_UINT32) ||
(hfinfo->type == FT_UINT64) ||
(hfinfo->type == FT_INT8) ||
(hfinfo->type == FT_INT16) ||
(hfinfo->type == FT_INT24) ||
(hfinfo->type == FT_INT32) ||
(hfinfo->type == FT_INT64) ||
(hfinfo->type == FT_BOOLEAN) ||
(hfinfo->type == FT_PROTOCOL) ||
(hfinfo->type == FT_FRAMENUM) ))