aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2011-10-25 10:26:30 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2011-10-25 10:26:30 +0000
commit9a4f284ed4ddbcbacc8c9872ca14ab09e551001c (patch)
treeea815348cba577ef542fcca355ea2f5f474d9c27 /epan/proto.c
parentf3f1b205395f500779bd28ee71dc69d61aa62d41 (diff)
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
Diffstat (limited to 'epan/proto.c')
-rw-r--r--epan/proto.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/epan/proto.c b/epan/proto.c
index 9e68255352..d732df2069 100644
--- a/epan/proto.c
+++ b/epan/proto.c
@@ -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) ))