Wireshark-commits: [Wireshark-commits] master-3.2 495f17e: mpeg: make sure the presence flags are s
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 01 May 2020 21:27:59 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=495f17ecc9b5b7f12afc985a2a733923275f0b85
Submitter: "Guy Harris <gharris@xxxxxxxxx>"
Changed: branch: master-3.2
Repository: wireshark

Commits:

495f17e by Guy Harris (guy@xxxxxxxxxxxx):

    mpeg: make sure the presence flags are set.
    
    The time stamps are calculated by sequential processing, not read from a
    value in the packet record, so we don't supply them when reading
    randomly.  Make sure the presence flags are 0 in that case (our callers
    currently don't look at time stamps when reading randomly, because
    some other file formats also don't supply time stamps for random reads,
    but we should make it clean).
    
    Change-Id: I494acc5bdf60e0a1de5cf002c3ea8403afce8a07
    Reviewed-on: https://code.wireshark.org/review/37008
    Reviewed-by: Guy Harris <gharris@xxxxxxxxx>
    (cherry picked from commit f9ca93662d88017048130b480d55d3c3cfd44b57)
    Reviewed-on: https://code.wireshark.org/review/37009
    

Actions performed:

    from  5864b38   Qt: Allow renaming personal profile
     add  495f17e   mpeg: make sure the presence flags are set.


Summary of changes:
 wiretap/mpeg.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)