Wireshark-commits: [Wireshark-commits] master-3.0 4c2a490: Systemd journal: Fix timestamp conversio
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4c2a490974db72035fb05826718f9e0206c1cfe3
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master-3.0
Repository: wireshark
Commits:
4c2a490 by Gerald Combs (gerald@xxxxxxxxxxxxx):
Systemd journal: Fix timestamp conversions.
Use ws_strtou64 to convert __REALTIME_TIMESTAMP= and other timestamps,
which should work across platforms.
Bug: 16664
Change-Id: I371f2b60e1957e57dbbdbbc3ded5ad49e8eb79d1
Reviewed-on: https://code.wireshark.org/review/37849
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
(cherry picked from commit 4a4c8bdfeafba4833bdcb99fc1617e19fc65e950)
Reviewed-on: https://code.wireshark.org/review/37957
Reviewed-by: Jaap Keuter <jaap.keuter@xxxxxxxxx>
Petri-Dish: Jaap Keuter <jaap.keuter@xxxxxxxxx>
Actions performed:
from 88253e1 NSIS uninstaller: ensure the uninstaller runs with elevated privileges
add 4c2a490 Systemd journal: Fix timestamp conversions.
Summary of changes:
epan/dissectors/packet-systemd-journal.c | 24 ++++++++++++++++++------
wiretap/pcapng.c | 9 ++++++---
2 files changed, 24 insertions(+), 9 deletions(-)