Wireshark-commits: [Wireshark-commits] master-3.2 7241250: Systemd journal: Fix timestamp conversio
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=72412500e8871379920f695b5442254b7e85a31c
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master-3.2
Repository: wireshark
Commits:
7241250 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/37956
Reviewed-by: Jaap Keuter <jaap.keuter@xxxxxxxxx>
Petri-Dish: Jaap Keuter <jaap.keuter@xxxxxxxxx>
Actions performed:
from d941650 NSIS uninstaller: ensure the uninstaller runs with elevated privileges
add 7241250 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(-)