aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sametime.c
diff options
context:
space:
mode:
authorMartin Kaiser <wireshark@kaiser.cx>2014-01-25 14:29:45 +0000
committerMartin Kaiser <wireshark@kaiser.cx>2014-01-25 14:29:45 +0000
commit0d1f9021ffee4af4d2bf31cce1924079de52f7f7 (patch)
tree8f10d23a5a1f88d3f8670bd887271a538c766e6a /epan/dissectors/packet-sametime.c
parent5a70a53e11e986f4ece825996293741a3f41b79f (diff)
BASE_NONE -> STR_ASCII
svn path=/trunk/; revision=54960
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 b5c6cce564..cb8752c3e9 100644
--- a/epan/dissectors/packet-sametime.c
+++ b/epan/dissectors/packet-sametime.c
@@ -755,7 +755,7 @@ proto_register_sametime(void)
},
{ &hf_sametime_field_text,
{ "text", "sametime.field_text",
- FT_STRING, BASE_NONE,
+ FT_STRING, STR_ASCII,
NULL, 0x0,
NULL, HFILL }
},
@@ -841,43 +841,43 @@ proto_register_sametime(void)
/*type location*/
{ &hf_sametime_location_name,
{ "name", "sametime.location.name",
- FT_STRING, BASE_NONE,
+ FT_STRING, STR_ASCII,
NULL, 0x0,
NULL, HFILL }
},
{ &hf_sametime_location_city,
{ "city", "sametime.location.city",
- FT_STRING, BASE_NONE,
+ FT_STRING, STR_ASCII,
NULL, 0x0,
NULL, HFILL }
},
{ &hf_sametime_location_province,
{ "province", "sametime.location.province",
- FT_STRING, BASE_NONE,
+ FT_STRING, STR_ASCII,
NULL, 0x0,
NULL, HFILL }
},
{ &hf_sametime_location_postalcode,
{ "postal code", "sametime.location.postalcode",
- FT_STRING, BASE_NONE,
+ FT_STRING, STR_ASCII,
NULL, 0x0,
NULL, HFILL }
},
{ &hf_sametime_location_country,
{ "country", "sametime.location.country",
- FT_STRING, BASE_NONE,
+ FT_STRING, STR_ASCII,
NULL, 0x0,
NULL, HFILL }
},
{ &hf_sametime_location_phone,
{ "phone", "sametime.location.phone",
- FT_STRING, BASE_NONE,
+ FT_STRING, STR_ASCII,
NULL, 0x0,
NULL, HFILL }
},
{ &hf_sametime_location_timezone,
{ "time zone", "sametime.location.timezone",
- FT_STRING, BASE_NONE,
+ FT_STRING, STR_ASCII,
NULL, 0x0,
NULL, HFILL }
},