Make apply-as-filter strings work for FT_UINT_STRING (rather than using frame[...])

svn path=/trunk/; revision=18969
This commit is contained in:
Martin Mathieson 2006-08-21 11:45:37 +00:00
parent bd6931e2d3
commit f8aadddf70
1 changed files with 1 additions and 0 deletions

View File

@ -5265,6 +5265,7 @@ proto_construct_dfilter_string(field_info *finfo, epan_dissect_t *edt)
case FT_ETHER:
case FT_BYTES:
case FT_UINT_BYTES:
case FT_UINT_STRING:
case FT_FLOAT:
case FT_DOUBLE:
case FT_ABSOLUTE_TIME: