https://bugs.openldap.org/show_bug.cgi?id=10332
--- Comment #2 from michael.osipov@innomotics.com --- (In reply to Howard Chu from comment #1)
Generally we don't do anything special for TLS traffic since libldap's debug output already includes both the raw data and the decrypted data. There's no reason to rely on 3rd party tools here.
Well, the debug output is a mere dump, but the decrypted traffic makes it perfectly readable in Wireshark to analyze issues in a structured way. The hex dump does not provide that. It is very tedious to copy hex data to an ASN.1 parser and have them displayed. Wireshark does everything effortlessly.