aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rtp.c
diff options
context:
space:
mode:
Diffstat (limited to 'packet-rtp.c')
-rw-r--r--packet-rtp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/packet-rtp.c b/packet-rtp.c
index 628b19dbec..b7bca40996 100644
--- a/packet-rtp.c
+++ b/packet-rtp.c
@@ -620,7 +620,8 @@ proto_register_rtp(void)
};
- proto_rtp = proto_register_protocol("Real-Time Transport Protocol", "rtp");
+ proto_rtp = proto_register_protocol("Real-Time Transport Protocol",
+ "RTP", "rtp");
proto_register_field_array(proto_rtp, hf, array_length(hf));
proto_register_subtree_array(ett, array_length(ett));