SBcAP: use short protocol name in protocol column

Change-Id: I2f6a732a1f5bd368e3a15857bad722dc2d371f6a
Reviewed-on: https://code.wireshark.org/review/36750
Petri-Dish: Pascal Quantin <pascal@wireshark.org>
Tested-by: Petri Dish Buildbot
Reviewed-by: Pascal Quantin <pascal@wireshark.org>
This commit is contained in:
Pascal Quantin 2020-04-08 17:30:06 +02:00
parent 4e909f2b65
commit 43c4e88625
2 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@
#include "packet-lte-rrc.h"
#define PNAME "SBc Application Part"
#define PSNAME "SBCAP"
#define PSNAME "SBcAP"
#define PFNAME "sbcap"
void proto_register_sbc_ap(void);
@ -150,7 +150,7 @@ dissect_sbc_ap(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void* data _
proto_tree *sbc_ap_tree = NULL;
/* make entry in the Protocol column on summary display */
col_set_str(pinfo->cinfo, COL_PROTOCOL, PNAME);
col_set_str(pinfo->cinfo, COL_PROTOCOL, PSNAME);
/* create the sbc_ap protocol tree */
if (tree) {

View File

@ -34,7 +34,7 @@
#include "packet-lte-rrc.h"
#define PNAME "SBc Application Part"
#define PSNAME "SBCAP"
#define PSNAME "SBcAP"
#define PFNAME "sbcap"
void proto_register_sbc_ap(void);
@ -2843,7 +2843,7 @@ dissect_sbc_ap(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void* data _
proto_tree *sbc_ap_tree = NULL;
/* make entry in the Protocol column on summary display */
col_set_str(pinfo->cinfo, COL_PROTOCOL, PNAME);
col_set_str(pinfo->cinfo, COL_PROTOCOL, PSNAME);
/* create the sbc_ap protocol tree */
if (tree) {