H.224: Fix protocol filter name to match fields and convention

This commit is contained in:
João Valverde 2022-10-21 09:26:11 +01:00
parent 3be3b2cc95
commit 8b3521272a
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ proto_register_h224(void)
//};
/* Register the protocol name and description */
proto_h224 = proto_register_protocol("h.224", "H.224", "h.224");
proto_h224 = proto_register_protocol("H.224", "H.224", "h224");
/* Register the header fields and subtrees */
proto_register_field_array(proto_h224, hf, array_length(hf));