URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f464fab8bca7b135687378a1d4c299d7f470d7eb
Submitter: "Guy Harris <gharris@xxxxxxxxx>"
Changed: branch: master-2.6
Repository: wireshark
Commits:
f464fab 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 f35865428b3a14d8aac47db78e2f59c5b1f1df53)
Reviewed-on: https://code.wireshark.org/review/37011
Actions performed:
from e3da42f camins: make sure the presence flags are set.
add f464fab mpeg: make sure the presence flags are set.
Summary of changes:
wiretap/mpeg.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)