Skip to content

Commit

Permalink
doc: add upgrade section for 8
Browse files Browse the repository at this point in the history
  • Loading branch information
glongo committed Dec 27, 2023
1 parent 2ececf0 commit 4d6c05f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions doc/userguide/upgrade.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,19 @@ Upgrading 7.0 to 8.0
--------------------
.. note:: ``stats.whitelist`` has been renamed to ``stats.score`` in ``eve.json``

Major changes
~~~~~~~~~~~~~
- SIP parser has been updated to inspect traffic carried by TCP as well.
SIP keywords can still match on their respective fields in addition
to these improvements.
Transactions are logged with the same schema regardless of which
transport protocol is carrying the payload.
Also, SIP protocol is detected using pattern matching and not only
probing parser.
- ``SIP_PORTS`` variable has been introduced in suricata.yaml
- Application layer's ``sip`` counter has been split into ``sip_tcp`` and ``sip_udp``
for the ``stats`` event.

Upgrading 6.0 to 7.0
--------------------

Expand Down

0 comments on commit 4d6c05f

Please sign in to comment.