URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=99cf1a23bbd7677bb2a6962851e4dc68720a154b
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master-3.2
Repository: wireshark
Commits:
99cf1a2 by Gerald Combs (gerald@xxxxxxxxxxxxx):
wiretap: Adjust the pcapng systemd Journal length check.
Reduce the minimum systemd journal block size from 212 to 35. The larger
minimum was based on the Journal Export Format file reader, but we don't
need to be as strict here.
Update some comments.
Bug: 16734
Change-Id: Iad7227f29ff22f908e2fd49be0f11c9ad03fa7b9
Reviewed-on: https://code.wireshark.org/review/38035
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 e387a4752c42e1a4286929e1ca356e14c6ce0283)
Reviewed-on: https://code.wireshark.org/review/38198
Reviewed-by: Jaap Keuter <jaap.keuter@xxxxxxxxx>
Petri-Dish: Jaap Keuter <jaap.keuter@xxxxxxxxx>
Actions performed:
from 0af38c8 packet_xml: detect and handle UTF-16 BOM
add 99cf1a2 wiretap: Adjust the pcapng systemd Journal length check.
Summary of changes:
wiretap/pcapng.c | 8 ++++----
wiretap/systemd_journal.c | 5 +++++
2 files changed, 9 insertions(+), 4 deletions(-)