URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2262c06f41d3529fa461eb6401fa06e81d38dfdd
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
2262c06 by Guy Harris (guy@xxxxxxxxxxxx):
Correctly write out the isb_startime and isb_endtime options.
They're not marshalled as a 64-bit integer in pcapng files, they're
marshelled as 2 32-bit integers, the first of which is the upper 64 bits
of the value and the second of which is the lower 64 bits of the value.
Bug: 12349
Change-Id: I2bde51ac11b2518ef2ddaecf43672c984f26081a
Reviewed-on: https://code.wireshark.org/review/15492
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 6a19c7c manolito: try to detect the packet type ...
adds 2262c06 Correctly write out the isb_startime and isb_endtime options.
Summary of changes:
wiretap/wtap_opttypes.c | 19 +++++++++++++++++--
1 file changed, 17 insertions(+), 2 deletions(-)