Releases: SecureAuthCorp/SAP-Dissection-plug-in-for-Wireshark
Releases · SecureAuthCorp/SAP-Dissection-plug-in-for-Wireshark
SAP Plug-in for Wireshark v0.9.1
- Switched to Wireshark 3.4 branch.
src/packet-saphdb.c
: Added dissection of KRB5 tokens in GSS authentication.src/packet-saphdb.c
: Fixed type of options 51 and 52 inCONNECTOPTIONS
part. Thanks @jvis!
SAP Plug-in for Wireshark v0.8.2
- Replaced AppVeyor and Travis builds with GitHub Actions.
- Added support for dissecting HANA SQL Command Network Protocol packets.
src/packet-sapdiag.c
: Fixed compiler warnings.src/packet-saphdb.c
: New dissector for HDB protocol.src/packet-sapigs.c
: Fixed compiler warnings.src/packet-sapms.c
: Fixed compiler warnings.src/packet-sapms.c
: Added a couple of Message Server fields based on Mathieu (@gelim) and Dmitry (@_chipik) work on pysap. Thanks!src/packet-saprouter.c
: Fixed compiler warnings.src/packet-sapsnc.c
: Fixed compiler warnings.tests/saphdb_test.py
: Basic unit test for validating dissection of HDB packet's header.
SAP Plug-in for Wireshark v0.8.1
- Switched to Wireshark 3.2 branch. Ported the plugin to the use of new APIs.
- Building with Visual Studio 2017 and QT 5.12 in AppVeyor builds.
src/packet-saprouter.c
: Improved conversation handling for route request/accept packets.
SAP plug-in for wireshark v0.7.1
- Switched to Wireshark 3.0 branch. Ported the plugin to the use of new APIs.
src/packet-sapdiag.c
: Added support bits for SAP Gui 7.50.
SAP plug-in for wireshark v0.6.1
- Switched to Wireshark 2.6 branch. Ported the plugin to the use of new APIs. (#16)
- Building with Visual Studio 2015 and QT 5.9 in AppVeyor builds.
- Dropped support for automake-based builds.
SAP plug-in for wireshark v0.5.2
SAP plug-in for wireshark v0.5.1
- Switched to Wireshark 2.4 branch. Ported the plugin to the use of new APIs.
- Building in OSX with Travis.
src/packet-sapsnc.c
: Minor changes based on checkAPI's findings.src/packet-sapms.c
: Added Message Server Domain field. Thanks Albert Zedlitz!
SAP plug-in for wireshark v0.4.2
- Added initial support for dissecting SNC frames and some of their fields.
src/packet-sapdiag.c
: Dissection of SNC frames uses new helper functions.src/packet-sapprotocol.c
: Clarified some column strings.src/packet-saprouter.c
: Clarified some column strings.src/packet-saprouter.c
: Added parsing of niping tool messages.src/packet-saprouter.c
: Dissection of SNC frames uses new helper functions.src/packet-sapsnc.c
: Added more fields as part of the SNC frame dissection.
SAP plug-in for wireshark v0.4.1
- Switched to Wireshark 2.2 trunk. Ported the plugin to the use of new APIs.
- Added Vagrant configuration files to build and run the plugin.
- Added provision and build scripts to use in both Travis and Vagrant build
process. - Building in Windows with Appveyor.
src/sapdecompress.cpp
: Removed use of value_string for decompression return code (#10).
SAP plug-in for wireshark v0.3.2
- ChangeLog file in Markdown format for better documentation.
- Improvements over the code, indent, removed warnings, etc. (#4, #5 and #6).
Thanks Alexis La Goutte! src/packet-sapdiag.c
: Partially dissectingInfo flag
Diag item.src/packet-sapdiag.c
: SplittedSBA
/SFE
/SLC
fields.src/packet-sapdiag.c
: Parsing list focus item, list cell text value, renamed error flag to error number.src/packet-sapdiag.c
: Added dissection ofControl Properties
item.