aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-e212.c
diff options
context:
space:
mode:
authorjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2008-05-02 08:23:21 +0000
committerjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2008-05-02 08:23:21 +0000
commit0526e350e4b1e73c1fddb0b1dda3e985b2a29486 (patch)
tree7be823533cf0103c6f0fd6fbe8895fb68b065032 /epan/dissectors/packet-e212.c
parent24e88d391cc1e97a2b4adca25c9391d4977ebc70 (diff)
From Shinsuke SUZUKI:
Since this leads to a compilation failure (Warning C4819: unexpected character in the current code page) on non-european Windows, I'd like you to avoid using non-ASCII characters in Wireshark code (even in comment). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25214 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-e212.c')
-rw-r--r--epan/dissectors/packet-e212.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/epan/dissectors/packet-e212.c b/epan/dissectors/packet-e212.c
index 30ed1db7ed..d06f93753a 100644
--- a/epan/dissectors/packet-e212.c
+++ b/epan/dissectors/packet-e212.c
@@ -91,7 +91,7 @@ const value_string E212_codes[] = {
{ 294, "The Former Yugoslav Republic of Macedonia" },
{ 295, "Liechtenstein (Principality of)" },
{ 302, "Canada" },
- { 308, "Saint Pierre and Miquelon (Collectivité territoriale de la République française)" },
+ { 308, "Saint Pierre and Miquelon (Collectivite territoriale de la Republique francaise)" },
{ 310, "United States of America" },
{ 311, "United States of America" },
{ 312, "United States of America" },
@@ -185,11 +185,11 @@ const value_string E212_codes[] = {
{ 540, "Solomon Islands" },
{ 541, "Vanuatu (Republic of)" },
{ 542, "Fiji (Republic of)" },
- { 543, "Wallis and Futuna (Territoire français d'outre-mer)" },
+ { 543, "Wallis and Futuna (Territoire francais d'outre-mer)" },
{ 544, "American Samoa" },
{ 545, "Kiribati (Republic of)" },
- { 546, "New Caledonia (Territoire français d'outre-mer)" },
- { 547, "French Polynesia (Territoire français d'outre-mer)" },
+ { 546, "New Caledonia (Territoire francais d'outre-mer)" },
+ { 547, "French Polynesia (Territoire francais d'outre-mer)" },
{ 548, "Cook Islands" },
{ 549, "Samoa (Independent State of)" },
{ 550, "Micronesia (Federated States of)" },