From: Giuseppe Longo Date: Sat, 16 Mar 2024 15:01:05 +0000 (+0100) Subject: doc: add sdp update X-Git-Tag: suricata-8.0.0-beta1~1425 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f1e71bb4e7cf65a4fbe6a792c85ceb6498d96de;p=thirdparty%2Fsuricata.git doc: add sdp update --- diff --git a/doc/userguide/upgrade.rst b/doc/userguide/upgrade.rst index 03463c18f8..81e487fc0c 100644 --- a/doc/userguide/upgrade.rst +++ b/doc/userguide/upgrade.rst @@ -52,6 +52,9 @@ Major changes for the ``stats`` event. - Stats counters that are 0 can now be hidden from EVE logs. Default behavior still logs those (see :ref:`EVE Output - Stats ` for configuration setting). +- SDP parser and logger have been introduced. + Due to SDP being encapsulated within other protocols, such as SIP, they cannot be directly enabled or disabled. + Instead, both the SDP parser and logger depend on being invoked by another parser (or logger). Upgrading 6.0 to 7.0 --------------------