Skip to content

Releases: SecureAuthCorp/SAP-Dissection-plug-in-for-Wireshark

SAP Plug-in for Wireshark v0.9.1

25 Jan 16:43
Compare
Choose a tag to compare
  • 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 in CONNECTOPTIONS part. Thanks @jvis!

SAP Plug-in for Wireshark v0.8.2

15 Jul 19:13
Compare
Choose a tag to compare
  • 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

20 Mar 19:49
Compare
Choose a tag to compare
  • 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

19 Dec 13:15
Compare
Choose a tag to compare
  • 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

12 Jul 17:29
Compare
Choose a tag to compare
  • 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

17 Mar 14:02
Compare
Choose a tag to compare
  • Version released at Troopers'18
  • Added support for dissecting the IGS protocol. Thanks Yvan Genuer (@iggy38)! (#14)

SAP plug-in for wireshark v0.5.1

25 Oct 14:44
Compare
Choose a tag to compare
  • 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

30 Jun 18:32
Compare
Choose a tag to compare
  • 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

30 Dec 16:41
Compare
Choose a tag to compare
  • 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

21 Oct 18:59
Compare
Choose a tag to compare
  • 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 dissecting Info flag Diag item.
  • src/packet-sapdiag.c: Splitted SBA/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 of Control Properties item.