URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0670f0c026067f510740b530301157a7908d9a17
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.4
Repository: wireshark
Commits:
0670f0c by Guy Harris (guy@xxxxxxxxxxxx):
Fix the length of the payload of a private_1 or audio PES packet.
The length field's value doesn't include the length of the length field
itself.
Change-Id: Icd0cc2721a32212296929d248b9305b0f4a051e6
Reviewed-on: https://code.wireshark.org/review/26920
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
(cherry picked from commit 05615015057f13197d5694c426bccccfa7de5f5f)
Reviewed-on: https://code.wireshark.org/review/26922
Actions performed:
from 4b64bc4 Add some missing functions.
adds 0670f0c Fix the length of the payload of a private_1 or audio PES packet.
Summary of changes:
.../asn1/mpeg-pes/packet-mpeg-pes-template.c | 61 ++++++++++++++++---
epan/dissectors/packet-mpeg-pes.c | 71 ++++++++++++++++++----
2 files changed, 111 insertions(+), 21 deletions(-)