aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/release-notes.adoc
diff options
context:
space:
mode:
authorMartin Gallo <martin.gallo@gmail.com>2022-12-04 09:53:05 -0800
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2023-01-25 17:06:27 +0000
commit48737e29833fb2ee2b125c21fa5be5230f562c94 (patch)
tree5ebd8582ee49ad121dae16bdca490ea4feff674d /docbook/release-notes.adoc
parentb1b180fd9ee2e8fe289187ece7bbf32b96e6d403 (diff)
SAPDIAG: Added SAP Diag as main dissector
Added the SAP Diag dissector protocol from [SecureAuth's plugin](https://github.com/SecureAuthCorp/SAP-Dissection-plug-in-for-Wireshark/blob/master/src/packet-sapdiag.c). This is a dissector that implements the Diag protocol. Decompression of packets is not considered as this requires the proprietary LZC/LZH decompression routines still pending to be added in #8973. The Diag packets can be wrapped in an SNC frame, in which case the respective dissector is called. Embedded RFC calls are disabled as this requires the respective dissector to be found, which will be submitted in a separate merge request. Details about the protocol and example requests can be found in [pysap's documentation](https://pysap.readthedocs.io/en/latest/protocols/SAPDiag.html).
Diffstat (limited to 'docbook/release-notes.adoc')
-rw-r--r--docbook/release-notes.adoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/docbook/release-notes.adoc b/docbook/release-notes.adoc
index b27879be9b..2dc5924a6b 100644
--- a/docbook/release-notes.adoc
+++ b/docbook/release-notes.adoc
@@ -89,6 +89,7 @@ The following features are new (or have been significantly updated) since versio
// git log --oneline --diff-filter=A --stat v3.7.0rc0.. epan/dissectors plugins
[commaize]
--
+SAP GUI (SAPDiag)
SAP Enqueue Server (SAPEnqueue)
SAP HANA SQL Command Network Protocol (SAPHDB)
SAP Internet Graphic Server (SAP IGS)