aboutsummaryrefslogtreecommitdiffstats
path: root/epan/t35.c
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2008-05-02 08:23:21 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2008-05-02 08:23:21 +0000
commit2b04d42e4bf1d751c58b37e1bb7d1273753a7d48 (patch)
tree7be823533cf0103c6f0fd6fbe8895fb68b065032 /epan/t35.c
parent59d7093576101dff7e28b4b1000febfed0f7a076 (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). svn path=/trunk/; revision=25214
Diffstat (limited to 'epan/t35.c')
-rw-r--r--epan/t35.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/t35.c b/epan/t35.c
index ac2b7c708f..deb312fcf9 100644
--- a/epan/t35.c
+++ b/epan/t35.c
@@ -118,7 +118,7 @@ const value_string T35CountryCode_vals[] = {
{ 0x57, "Ireland"},
{ 0x58, "Israel"},
{ 0x59, "Italy"},
- { 0x5a, "Côte d'Ivoire"},
+ { 0x5a, "Cote d'Ivoire"},
{ 0x5b, "Jamaica"},
{ 0x5c, "Afghanistan"},
{ 0x5d, "Jersey"},
@@ -247,9 +247,9 @@ const value_string H221ManufacturerCode_vals[] = {
{ 0x0400008b, "Ferrari electronik GmbH" }, /* From Ref. 3 */
{ 0x0400008c, "mbp Kommunikationssysteme GmbH" }, /* From Ref. 3 */
{ 0x0400008d, "Schneider Rundfunkwerke AG" }, /* From Ref. 3 */
- { 0x0400008e, "Digitronic computersysteme gmbh" }, /* From Ref. 3 */
+ { 0x0400008e, "Digitronic computersysteme GmbH" }, /* From Ref. 3 */
{ 0x0400008f, "DeTeWe - Deutsche Telephonwerke AG &Co" }, /* From Ref. 3 */
- { 0x04000082, "SITK Institut für Telekommunikation GmbH & Co KG" },/* From Ref. 3 */
+ { 0x04000082, "SITK Institut fuer Telekommunikation GmbH & Co KG" },/* From Ref. 3 */
{ 0x0900003D, "Equivalence (OpenH323)" }, /* From captures */
{ 0x20000081, "Mediatrix Telecom" }, /* From Ref. 1 */
{ 0x3c000000, "Nokia" }, /* From captures */