aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sita.c
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2007-12-18 22:43:29 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2007-12-18 22:43:29 +0000
commit0eb257e08703be06434a8944911a8b0842829d63 (patch)
treed10fbaac4196fe0efb048a963fc6f6ae011f4066 /epan/dissectors/packet-sita.c
parent38f3dff73b001d332b859b857d807d95c0352ce3 (diff)
No extended characters here please.
svn path=/trunk/; revision=23918
Diffstat (limited to 'epan/dissectors/packet-sita.c')
-rw-r--r--epan/dissectors/packet-sita.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-sita.c b/epan/dissectors/packet-sita.c
index ffdd3cce07..3c5ff518b7 100644
--- a/epan/dissectors/packet-sita.c
+++ b/epan/dissectors/packet-sita.c
@@ -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));