OCP.1: Change Protocol Short Name

This commit is contained in:
Martin Mayer 2022-08-25 13:32:45 +02:00 committed by A Wireshark GitLab Utility
parent 05916eec1f
commit 3af04ebf87
1 changed files with 1 additions and 1 deletions

View File

@ -3291,7 +3291,7 @@ proto_register_ocp1(void)
oca_request_hash_map = wmem_map_new_autoreset(wmem_epan_scope(), wmem_file_scope(), oca_handle_hash, oca_handle_equal);
proto_ocp1 = proto_register_protocol ("Open Control Protocol (OCP.1/AES70)", "ocp1", "ocp1");
proto_ocp1 = proto_register_protocol("Open Control Protocol (OCP.1/AES70)", "OCP.1", "ocp1");
proto_register_field_array(proto_ocp1, hf, array_length(hf));
proto_register_subtree_array(ett, array_length(ett));