Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master-2.2 a077aeb: Fix the length of the payload of a priva

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 13 Apr 2018 01:40:46 +0000
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(-)