PNRP: capitalize protocol name

Change-Id: I1cf5d22e12241ef330319ef8fdf176becdefe300
Reviewed-on: https://code.wireshark.org/review/10131
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
This commit is contained in:
Pascal Quantin 2015-08-19 18:34:20 +02:00
parent d9dd323d4f
commit 8a8622298b
1 changed files with 1 additions and 1 deletions

View File

@ -448,7 +448,7 @@ static int dissect_pnrp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, voi
/* Simply Display the Protcol Name in the INFO column */
col_set_str(pinfo->cinfo, COL_PROTOCOL, "pnrp");
col_set_str(pinfo->cinfo, COL_PROTOCOL, "PNRP");
/* Clear out stuff in the info column */
col_add_fstr(pinfo->cinfo, COL_INFO, "PNRP %s Message ",
val_to_str(message_type, messageType, "Unknown (0x%02x)"));