aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nb_rtpmux.c
diff options
context:
space:
mode:
authorKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-08-29 04:47:28 +0000
committerKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-08-29 04:47:28 +0000
commitbb0108cf251cb6f100a903d5ebe647f91e4929b9 (patch)
treec5cc0dc07d39f4a1bb0851197619226c9fd163a7 /epan/dissectors/packet-nb_rtpmux.c
parente0c4b20c86e134fa6eae9b0164f1c8bf42107b20 (diff)
Use NB_RTPMUX as protocol short name
svn path=/trunk/; revision=29610
Diffstat (limited to 'epan/dissectors/packet-nb_rtpmux.c')
-rw-r--r--epan/dissectors/packet-nb_rtpmux.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-nb_rtpmux.c b/epan/dissectors/packet-nb_rtpmux.c
index f2098717a0..e988df3894 100644
--- a/epan/dissectors/packet-nb_rtpmux.c
+++ b/epan/dissectors/packet-nb_rtpmux.c
@@ -79,7 +79,7 @@ dissect_nb_rtpmux(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
return 0;
/* Make entries in Protocol column and Info column on summary display */
- col_set_str(pinfo->cinfo, COL_PROTOCOL, "Nb_RTPmux");
+ col_set_str(pinfo->cinfo, COL_PROTOCOL, "NB_RTPMUX");
/* NOTE: The offset and length values in the call to
"proto_tree_add_item()" define what data bytes to highlight in the hex
@@ -183,7 +183,7 @@ proto_register_nb_rtpmux(void)
/* Register the protocol name and description */
proto_nb_rtpmux = proto_register_protocol("3GPP Nb Interface RTP Multiplex",
- "nb_rtpmux", "nb_rtpmux");
+ "NB_RTPMUX", "nb_rtpmux");
/* Required function calls to register the header fields and subtrees used */
proto_register_field_array(proto_nb_rtpmux, hf, array_length(hf));