h224: fix protocol name in comments.

[skip ci]
This commit is contained in:
Guy Harris 2022-10-24 01:39:43 -07:00
parent 3353a158a9
commit 8d1efeba40
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/* packet-h224.c
* Routines for H224 dissection
* Routines for H.224 dissection
* Copyright 2022, Anders Broman <anders.broman@ericsson.com>
*
* Wireshark - Network traffic analyzer
@ -62,7 +62,7 @@ dissect_h224(tvbuff_t* tvb, packet_info* pinfo, proto_tree* tree, void* data _U_
guint8 oct;
/* Set the Protocol column to the constant string of h224 */
/* Set the Protocol column in the summary display */
col_set_str(pinfo->cinfo, COL_PROTOCOL, "H.224");
ti = proto_tree_add_item(tree, proto_h224, tvb, offset, -1, ENC_NA);