aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sametime.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-sametime.c')
-rw-r--r--epan/dissectors/packet-sametime.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/epan/dissectors/packet-sametime.c b/epan/dissectors/packet-sametime.c
index f54081dff9..ccab05f663 100644
--- a/epan/dissectors/packet-sametime.c
+++ b/epan/dissectors/packet-sametime.c
@@ -738,7 +738,7 @@ proto_register_sametime(void)
},
{ &hf_sametime_field_text,
{ "text", "sametime.field_text",
- FT_STRING, STR_ASCII,
+ FT_STRING, BASE_NONE,
NULL, 0x0,
NULL, HFILL }
},
@@ -824,43 +824,43 @@ proto_register_sametime(void)
/*type location*/
{ &hf_sametime_location_name,
{ "name", "sametime.location.name",
- FT_STRING, STR_ASCII,
+ FT_STRING, BASE_NONE,
NULL, 0x0,
NULL, HFILL }
},
{ &hf_sametime_location_city,
{ "city", "sametime.location.city",
- FT_STRING, STR_ASCII,
+ FT_STRING, BASE_NONE,
NULL, 0x0,
NULL, HFILL }
},
{ &hf_sametime_location_province,
{ "province", "sametime.location.province",
- FT_STRING, STR_ASCII,
+ FT_STRING, BASE_NONE,
NULL, 0x0,
NULL, HFILL }
},
{ &hf_sametime_location_postalcode,
{ "postal code", "sametime.location.postalcode",
- FT_STRING, STR_ASCII,
+ FT_STRING, BASE_NONE,
NULL, 0x0,
NULL, HFILL }
},
{ &hf_sametime_location_country,
{ "country", "sametime.location.country",
- FT_STRING, STR_ASCII,
+ FT_STRING, BASE_NONE,
NULL, 0x0,
NULL, HFILL }
},
{ &hf_sametime_location_phone,
{ "phone", "sametime.location.phone",
- FT_STRING, STR_ASCII,
+ FT_STRING, BASE_NONE,
NULL, 0x0,
NULL, HFILL }
},
{ &hf_sametime_location_timezone,
{ "time zone", "sametime.location.timezone",
- FT_STRING, STR_ASCII,
+ FT_STRING, BASE_NONE,
NULL, 0x0,
NULL, HFILL }
},