Wireshark-bugs: [Wireshark-bugs] [Bug 9081] New: dtls: improve detection of encrypted handshake

Date: Thu, 29 Aug 2013 12:15:07 +0000
Bug ID 9081
Summary dtls: improve detection of encrypted handshake mesages
Classification Unclassified
Product Wireshark
Version 1.11.x (Experimental)
Hardware All
OS All
Status UNCONFIRMED
Severity Normal
Priority Low
Component Dissection engine (libwireshark)
Assignee [email protected]
Reporter [email protected]

Created attachment 11471 [details]
dtls: detect encrypted handshake messages

Build Information:

--
Most of my encrypted DTLS handshake packages were not detected correctly and
wireshark showed a malformed Hello Request, because the first byte was 0. The
finish handshake message is send encrypted.

This patch adds a check for the length of the handshake package like it is done
in the TLS code, this will increase the probability of detecting a encrypted
handshake package.

This was mostly copied from the TLS code.


You are receiving this mail because:
  • You are watching all bug changes.