aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-systemd-journal.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-19Fix errors found by fix-encoding-args.plJoão Valverde1-5/+5
2021-12-03epan: Remove STR_ASCII and STR_UNICODEJoão Valverde1-62/+62
2021-09-01tvbuff: convert helper methods to pinfo->poolEvan Huus1-5/+5
2021-07-21First pass pinfo->pool conversionEvan Huus1-2/+2
2021-06-17Make various names match the name of the systemd journal export block.Guy Harris1-2/+2
2021-04-16systemd Journal Entry: fix a typo in filter namePascal Quantin1-1/+1
2021-04-16systemd-journal: fix conflictAlexis La Goutte1-1/+1
2021-03-25wsutils: add local implementation of g_memdup2.Dario Lombardo1-1/+1
2021-02-19wiretap: eliminate two WTAP_FILE_TYPE_SUBTYPE_ values.Guy Harris1-1/+5
2020-10-27Add a new record type REC_TYPE_SYSTEMD_JOURNAL.Guy Harris1-7/+5
2020-07-14Systemd journal: Fix timestamp conversions.Gerald Combs1-6/+18
2020-03-23systemd-journal: fix lintian (Unkown => Unknown)Alexis La Goutte1-14/+14
2018-11-22systemd Journal: More UTF-8 fixes.Gerald Combs1-58/+88
2018-11-21systemd Journal: Strings are UTF-8.Gerald Combs1-3/+3
2018-09-28systemd Journal: Handle empty lines.Gerald Combs1-2/+14
2018-09-26Make systemd journal entries events.Gerald Combs1-1/+3
2018-09-07systemd_journal: Add more fields.Gerald Combs1-1/+20
2018-09-04systemd-journal: fix no previous prototype for function 'init_jf_to_hf_map' [...Alexis La Goutte1-1/+1
2018-08-31Add a systemd Journal Export Format parser and dissector.Gerald Combs1-0/+839