aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndersBroman <anders.broman@ericsson.com>2018-09-25 15:44:12 +0200
committerAnders Broman <a.broman58@gmail.com>2018-09-25 13:45:32 +0000
commitcb47d292eb46770bbe57019584b2431e51484446 (patch)
tree42fa3c0bfbb5b06a2c1fbc3edcb7392be4b260a8
parent74957d4f078865f5ad48198d8934af805e937656 (diff)
evs: Fix comments.
Change-Id: I28b17ebb9bc7f5cb26a79da4424c1b38ca662746 Reviewed-on: https://code.wireshark.org/review/29825 Reviewed-by: Anders Broman <a.broman58@gmail.com>
-rw-r--r--epan/dissectors/packet-evs.c18
1 files changed, 10 insertions, 8 deletions
diff --git a/epan/dissectors/packet-evs.c b/epan/dissectors/packet-evs.c
index c3e6e975a4..28ae6c0cdf 100644
--- a/epan/dissectors/packet-evs.c
+++ b/epan/dissectors/packet-evs.c
@@ -550,15 +550,14 @@ dissect_evs(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void* data _U_)
proto_tree_add_bits_item(vd_tree, hf_evs_core_sample_rate, tvb, bit_offset, 1, ENC_BIG_ENDIAN);
}
break;
- /* A.2.1.2 Compact format for EVS AMR-WB IO mode (except SID)
- * In the Compact format for EVS AMR-WB IO mode, except SID, the RTP payload consists of one 3-bit CMR field,
- * one coded frame, and zero-padding bits if necessary.
- */
case 17: /* 136 EVS AMR-WB IO */
case 23: /* 184 EVS AMR-WB IO */
case 32: /* 256 EVS AMR-WB IO */
- /* EVS AMR-WB IO */
- /* CMR */
+ /* A.2.1.2 Compact format for EVS AMR-WB IO mode (except SID)
+ * In the Compact format for EVS AMR-WB IO mode, except SID, the RTP payload consists of one 3-bit CMR field,
+ * one coded frame, and zero-padding bits if necessary.
+ */
+ /* CMR */
proto_tree_add_item(evs_tree, hf_evs_cmr_amr_io, tvb, offset, 1, ENC_BIG_ENDIAN);
break;
case 33: /* 264 EVS Primary 13.2 */
@@ -575,8 +574,11 @@ dissect_evs(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void* data _U_)
case 46: /* 368 EVS AMR-WB IO */
case 50: /* 400 EVS AMR-WB IO */
case 58: /* 464 EVS AMR-WB IO */
- /* EVS AMR-WB IO */
- /* CMR */
+ /* A.2.1.2 Compact format for EVS AMR-WB IO mode (except SID)
+ * In the Compact format for EVS AMR-WB IO mode, except SID, the RTP payload consists of one 3-bit CMR field,
+ * one coded frame, and zero-padding bits if necessary.
+ */
+ /* CMR */
proto_tree_add_item(evs_tree, hf_evs_cmr_amr_io, tvb, offset, 1, ENC_BIG_ENDIAN);
break;
case 61: /* 488 EVS Primary 24.4 */