URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a077aeb17813a1bf2e4a8288a3c07804472e3911
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.2
Repository: wireshark
Commits:
a077aeb 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/26923
Actions performed:
from c685ca1 Update a comment.
adds a077aeb 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(-)