No extended characters here please.

svn path=/trunk/; revision=23918
This commit is contained in:
Jaap Keuter 2007-12-18 22:43:29 +00:00
parent 38f3dff73b
commit 0eb257e087
1 changed files with 1 additions and 1 deletions

View File

@ -270,7 +270,7 @@ proto_register_sita(void)
&ett_sita_errors2,
};
proto_sita = proto_register_protocol("Société Internationale de Télécommunications Aéronautiques", "SITA", "sita"); /* name, short name,abbreviation */
proto_sita = proto_register_protocol("Societe Internationale de Telecommunications Aeronautiques", "SITA", "sita"); /* name, short name,abbreviation */
sita_dissector_table = register_dissector_table("sita.proto", "SITA protocol number", FT_UINT8, BASE_HEX);
proto_register_field_array(proto_sita, hf, array_length(hf));
proto_register_subtree_array(ett, array_length(ett));