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
This commit is contained in:
Jaap Keuter 2008-05-02 08:23:21 +00:00
parent 59d7093576
commit 2b04d42e4b
4 changed files with 9 additions and 9 deletions

View File

@ -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)" },

View File

@ -500,7 +500,7 @@ dissect_h264_exp_golomb_code(proto_tree *tree, int hf_index, tvbuff_t *tvb, gint
* mapping process for signed Exp-Golomb codes as specified in
* subclause 9.1.1 with codeNum as the input.
* k+1
* (-1) Ceil( k÷2 )
* (-1) Ceil( k/2 )
*/
se_value = (codenum + 1) >> 1;
if (!(se_value & 1)){

View File

@ -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 */

View File

@ -130,7 +130,7 @@ struct sockaddr_storage {
* MS MSDN (some explanations of a special MS 802.11 Information Element)
* http://msdn.microsoft.com/library/default.asp?url=/library/en-us/randz/protocol/securing_public_wi-fi_hotspots.asp
*
* "WLANINFO für Windows XP"
* "WLANINFO fuer Windows XP"
* http://www-pc.uni-regensburg.de/systemsw/TOOLS/wlaninfo.htm
*/