aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/systemd_journal.c
AgeCommit message (Collapse)AuthorFilesLines
2018-09-07systemd Journal: Add a cast.Gerald Combs1-1/+1
Fixes compilation on 32-bit Windows. Change-Id: I03241d305569c1719f100950bbcabee01b6f192c Reviewed-on: https://code.wireshark.org/review/29475 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs <gerald@wireshark.org>
2018-08-31Add a systemd Journal Export Format parser and dissector.Gerald Combs1-0/+236
Add a file parser and dissector that can handle the output of `journalctl -o export`. From here we can add a systemd journal extcap and possibly support for the JSON and binary formats. Change-Id: I01576959b2c347ce7ac9aa57cdb5c119c81d61e9 Reviewed-on: https://code.wireshark.org/review/29311 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>