Skip to content

SAPRFC: Added SAP RFC protocol as main dissector

Added the SAP RFC (Remote Function Call) dissector protocol from SecureAuth's plugin.

This is an experimental dissector that implements the RFC protocol. The main packet types of RFC are: the standard RFC protocol itself, gateway administrative communication, and embedded RFC calls. Decompression of packets is not considered as this requires the proprietary LZC/LZH decompression routines still pending to be added in !8973.

Details about the protocol and example requests can be found in pysap's documentation.

Merge request reports