RTCP: try to continue dissection with partial SRTCP packet
authorJaap Keuter <jaap.keuter@xs4all.nl>
Fri, 6 Nov 2020 19:19:45 +0000 (20:19 +0100)
committerAndersBroman <a.broman58@gmail.com>
Tue, 10 Nov 2020 07:29:51 +0000 (07:29 +0000)
commit57fc841aea53d2c19a27b135937a897c16849d98
tree1bcd8962ee0cdad172823a0bfafcbf34f738b66b
parent07f048f1f20da206276a1f7240c8d0650582e522
RTCP: try to continue dissection with partial SRTCP packet

When due to limited capture length the tailing part of the SRTCP packet
is missing it might be impossible to know the encryption status of this
packet. Before retrieving that information make sure that's even possible,
otherwise continue as if not encrypted.
epan/dissectors/packet-rtcp.c