aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtp.c
diff options
context:
space:
mode:
authorValerii Zapodovnikov <val.zapod.vz@gmail.com>2021-03-13 04:05:12 +0000
committerValerii Zapodovnikov <val.zapod.vz@gmail.com>2021-03-13 04:05:12 +0000
commit381207c4e3799e14fa18dd2f3ff9c150ee1bcf2c (patch)
treec313d66a7f58784dbb3010842baf87345d0690d1 /epan/dissectors/packet-rtp.c
parente5adb4b5064927626d7f14886602959ed83e519e (diff)
RTP: fixed comments, https
Diffstat (limited to 'epan/dissectors/packet-rtp.c')
-rw-r--r--epan/dissectors/packet-rtp.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/epan/dissectors/packet-rtp.c b/epan/dissectors/packet-rtp.c
index 305b6141ec..78c76802bf 100644
--- a/epan/dissectors/packet-rtp.c
+++ b/epan/dissectors/packet-rtp.c
@@ -330,7 +330,7 @@ static const value_string rtp_ext_profile_vals[] =
/* Payload type is the last 7 bits */
#define RTP_PAYLOAD_TYPE(octet) ((octet) & 0x7F)
-/* http://www.iana.org/assignments/rtp-parameters */
+/* https://www.iana.org/assignments/rtp-parameters/ */
#define FIRST_RTCP_CONFLICT_PAYLOAD_TYPE 64
#define LAST_RTCP_CONFLICT_PAYLOAD_TYPE 95
@@ -416,7 +416,7 @@ static const value_string rtp_payload_type_vals[] =
/* 74 */ { 74, "Reserved for RTCP conflict avoidance" },
/* 75 */ { 75, "Reserved for RTCP conflict avoidance" },
/* 76 */ { 76, "Reserved for RTCP conflict avoidance" },
-/* 77-95 Unassigned ? */
+/* 77-95 Unassigned, MAY be used if > 32 PT are used */
/* 77 */ { 77, "Unassigned" },
/* 78 */ { 78, "Unassigned" },
/* 79 */ { 79, "Unassigned" },
@@ -436,7 +436,7 @@ static const value_string rtp_payload_type_vals[] =
/* 93 */ { 93, "Unassigned" },
/* 94 */ { 94, "Unassigned" },
/* 95 */ { 95, "Unassigned" },
- /* Added to support addtional RTP payload types
+ /* Added to support additional RTP payload types
* See epan/rtp_pt.h */
{ PT_UNDF_96, "DynamicRTP-Type-96" },
{ PT_UNDF_97, "DynamicRTP-Type-97" },
@@ -557,7 +557,7 @@ static const value_string rtp_payload_type_short_vals[] =
{ 74, "Reserved for RTCP conflict avoidance" },
{ 75, "Reserved for RTCP conflict avoidance" },
{ 76, "Reserved for RTCP conflict avoidance" },
-/* 77-95 Unassigned ? */
+/* 77-95 Unassigned, MAY be used if > 32 PT are used */
{ 77, "Unassigned" },
{ 78, "Unassigned" },
{ 79, "Unassigned" },