Wireshark-commits: [Wireshark-commits] master 3351eff: mp4: improve Sample Size Box (stsz) dissecti

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 27 Jan 2020 18:45:09 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3351effd06ba272bbfaa09914b67d5f4d8d0e311
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

3351eff by Jakub Adam (jakub.adam@xxxxxxxxxxxxx):

    mp4: improve Sample Size Box (stsz) dissection
    
    * Describe what sample size == 0 means.
    * Show an index next to each table entry.
    * Table indices start from 1 according to the specification.
    
    Change-Id: I106188051e6618c3b85fa4945facfe4fedd1987b
    Reviewed-on: https://code.wireshark.org/review/35937
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  d2dcb9e   mp4: dissect Edit List Box (elst)
     add  3351eff   mp4: improve Sample Size Box (stsz) dissection


Summary of changes:
 epan/dissectors/file-mp4.c | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)