SAPHDB: Added SAP HDB as main dissector

This commit is contained in:
Martin Gallo 2022-11-11 13:10:00 +00:00 committed by A Wireshark GitLab Utility
parent 91279eb90e
commit 384bf49591
3 changed files with 1508 additions and 0 deletions

View File

@ -74,6 +74,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 HANA SQL Command Network Protocol (SAPHDB)
SAP Network Interface (SAPNI)
World of Warcraft World (WOWW) display filters have been changed to be more internally consistent.
Support for almost all WoW 1.12 messages has been added.

View File

@ -1765,6 +1765,7 @@ set(DISSECTOR_SRC
${CMAKE_CURRENT_SOURCE_DIR}/packet-sadmind.c
${CMAKE_CURRENT_SOURCE_DIR}/packet-sametime.c
${CMAKE_CURRENT_SOURCE_DIR}/packet-sap.c
${CMAKE_CURRENT_SOURCE_DIR}/packet-saphdb.c
${CMAKE_CURRENT_SOURCE_DIR}/packet-sapni.c
${CMAKE_CURRENT_SOURCE_DIR}/packet-sapigs.c
${CMAKE_CURRENT_SOURCE_DIR}/packet-sasp.c

File diff suppressed because it is too large Load Diff