From fcd1ae3bf112a0040bda07d2a66b6dd1d8102110 Mon Sep 17 00:00:00 2001 From: Jeff Lucovsky Date: Sun, 9 May 2021 09:21:31 -0400 Subject: [PATCH] doc: Protocol name/case change for upgrade doc This commit adds a one-liner to the upgrade document for 7.0 stating that protocol names/values are now builtin to Suricata and that names and their casing may change. --- doc/userguide/upgrade.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/doc/userguide/upgrade.rst b/doc/userguide/upgrade.rst index fd05fdd52e..7301df18cb 100644 --- a/doc/userguide/upgrade.rst +++ b/doc/userguide/upgrade.rst @@ -30,6 +30,21 @@ by the ones Suricata supplies. Major updates include new features, new default settings and often also remove features. +Upgrading 6.0 to 7.0 +-------------------- + +Major changes +~~~~~~~~~~~~~ + +Removals +~~~~~~~~ + +Logging changes +~~~~~~~~~~~~~~~ +- Protocol values and their names are built-in to Suricata instead of using the system's ``/etc/protocols`` file. Some names and casing may have changed + in the values ``proto`` in ``eve.json`` log entries and other logs containing protocol names and values. + See https://redmine.openinfosecfoundation.org/issues/4267 for more information. + Upgrading 5.0 to 6.0 -------------------- - SIP now enabled by default -- 2.47.2