#. Coverity Scan issues addressed.
#. Static analyzer error it fixes (cppcheck/scan-build/etc)
+When in doubt, check our git history for other messages or changes done to the
+same module your're working on. This is a good example of a `commit message
+<https://github.com/OISF/suricata/commit/33fca4d4db112b75ffa22eb2e6f14f038cbcc1f9>`_::
+
+ pcap/file: normalize file timestamps
+
+ Normalize the timestamps that are too far in the past to epoch.
+
+ Bug: #6240.
+
.. _pull-requests-criteria:
Pull Requests
Installation
------------
-It's assumed that you run a recent Ubuntu release as the official PPA can be
-used for the installation.
-
-Installation steps::
+It's assumed that you run a recent Ubuntu release as the official PPA can then
+be used for the installation. To install the latest stable Suricata version, follow
+the steps::
sudo add-apt-repository ppa:oisf/suricata-stable
sudo apt update
The dedicated PPA repository is added, and after updating the index, Suricata can
be installed. We recommend installing the ``jq`` tool at this time as it will help
-with displaying information from Suricata's EVE JSON output (described later in this guide).
+with displaying information from Suricata's EVE JSON output (described later in
+this guide).
For the installation on other systems or to use specific compile options see
:ref:`installation`.
-After installing Suricata, you can check what version of Suricata you have
-running and with what options as well as the service state::
+After installing Suricata, you can check which version of Suricata you have
+running and with what options, as well as the service state::
sudo suricata --build-info
sudo systemctl status suricata