URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=405174cff233be1b1fd94fd83983edd173ac9321
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.6
Repository: wireshark
Commits:
405174c 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/26921
Actions performed:
from 8ce0426 Update a comment.
adds 405174c 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(-)