https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7975
Summary: print decrypted SSL application data as hexdump in ssl
debug file
Product: Wireshark
Version: SVN
Platform: All
OS/Version: All
Status: NEW
Severity: Enhancement
Priority: Low
Component: Wireshark
AssignedTo: bugzilla-admin@xxxxxxxxxxxxx
ReportedBy: doj@xxxxxxxxx
Created attachment 9529
--> https://bugs.wireshark.org/bugzilla/attachment.cgi?id=9529
print decrypted SSL application data as hexdump in ssl debug file
Build Information:
patch
--
Currently the SSL and DTLS dissectors are printing the decrypted application
data into the SSL debug file as a "string". However if a binary type protocol
is encrypted with SSL, that is often not a useful output. This patch prints it
hexdump formatted. Since the ssl_print_text_data() function was only used in
the SSL and DTLS dissector where I replaced it with the new hexdump function, I
decided to remove this function from Wireshark.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.