SAPMS: Added SAP MS as main dissector

This commit is contained in:
Martin Gallo 2022-11-22 09:27:10 +00:00 committed by A Wireshark GitLab Utility
parent 646df7fe14
commit fdc211984f
3 changed files with 1799 additions and 0 deletions

View File

@ -72,6 +72,7 @@ The following features are new (or have been significantly updated) since versio
SAP Enqueue Server (SAPEnqueue)
SAP HANA SQL Command Network Protocol (SAPHDB)
SAP Internet Graphic Server (SAP IGS)
SAP Message Server (SAPMS)
SAP Network Interface (SAPNI)
SAP Router (SAPROUTER)
World of Warcraft World (WOWW) display filters have been changed to be more internally consistent.

View File

@ -1771,6 +1771,7 @@ set(DISSECTOR_SRC
${CMAKE_CURRENT_SOURCE_DIR}/packet-sapenqueue.c
${CMAKE_CURRENT_SOURCE_DIR}/packet-saphdb.c
${CMAKE_CURRENT_SOURCE_DIR}/packet-sapigs.c
${CMAKE_CURRENT_SOURCE_DIR}/packet-sapms.c
${CMAKE_CURRENT_SOURCE_DIR}/packet-sapni.c
${CMAKE_CURRENT_SOURCE_DIR}/packet-saprouter.c
${CMAKE_CURRENT_SOURCE_DIR}/packet-sasp.c

File diff suppressed because it is too large Load Diff