aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtp-ed137.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2018-09-21 06:06:03 +0000
committerAnders Broman <a.broman58@gmail.com>2018-09-22 06:19:00 +0000
commit16e6cbfacf0a70570570aadc1872474a28ebaa6f (patch)
tree0caf3b541cad96116016b418597810479bd41786 /epan/dissectors/packet-rtp-ed137.c
parentdfe4a70460c2ac00e498f85402c4b79efefd55a3 (diff)
rtp-ed137: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
Change-Id: If45175162c249308747de2a27451993f44a2349d Reviewed-on: https://code.wireshark.org/review/29775 Reviewed-by: Jirka Novak <j.novak@netsystem.cz> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-rtp-ed137.c')
-rw-r--r--epan/dissectors/packet-rtp-ed137.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/epan/dissectors/packet-rtp-ed137.c b/epan/dissectors/packet-rtp-ed137.c
index 6f15acbcc7..ac143373fb 100644
--- a/epan/dissectors/packet-rtp-ed137.c
+++ b/epan/dissectors/packet-rtp-ed137.c
@@ -1017,8 +1017,6 @@ dissect_rtp_hdr_ext_ed137a(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
}
}
- hdrext_offset += hdr_extension_padding;
- hdr_extension_len -= hdr_extension_padding;
}
else {
/* Extended information is not used */