PNRP: capitalize protocol name
authorPascal Quantin <pascal.quantin@gmail.com>
Wed, 19 Aug 2015 16:34:20 +0000 (18:34 +0200)
committerPascal Quantin <pascal.quantin@gmail.com>
Wed, 19 Aug 2015 21:07:32 +0000 (21:07 +0000)
Change-Id: I1cf5d22e12241ef330319ef8fdf176becdefe300
Reviewed-on: https://code.wireshark.org/review/10131
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
epan/dissectors/packet-pnrp.c

index 54e653ca7ebeff26f5e11a66458228f8dde78cee..5bacbef998e40a548600d3c60cb7589f16932c6e 100644 (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)"));