aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/file-png.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/file-png.c')
-rw-r--r--epan/dissectors/file-png.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/file-png.c b/epan/dissectors/file-png.c
index 6ae6303e1b..87d8b0893b 100644
--- a/epan/dissectors/file-png.c
+++ b/epan/dissectors/file-png.c
@@ -179,11 +179,11 @@ static header_field_info hfi_png_srgb_intent PNG_HFI_INIT = {
VALS(srgb_intent_vals), 0, NULL, HFILL };
static header_field_info hfi_png_text_keyword PNG_HFI_INIT = {
- "Keyword", "png.text.keyword", FT_STRING, STR_UNICODE,
+ "Keyword", "png.text.keyword", FT_STRING, BASE_NONE,
NULL, 0, NULL, HFILL };
static header_field_info hfi_png_text_string PNG_HFI_INIT = {
- "String", "png.text.string", FT_STRING, STR_UNICODE,
+ "String", "png.text.string", FT_STRING, BASE_NONE,
NULL, 0, NULL, HFILL };
static header_field_info hfi_png_time_year PNG_HFI_INIT = {