Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: [Wireshark-dev] packet-dtls.c question

From: Michael Tüxen <Michael.Tuexen@xxxxxxxxxxxxxxxxx>
Date: Sun, 16 Nov 2008 20:49:20 -0600
Dear all,

I would like to replace

ssl_association_add(dtls_associations, dtls_handle, 4433, "http", FALSE,FALSE);

by

dissector_add_handle("udp.port", dtls_handle);

and add

dissector_add_handle("sctp.port", dtls_handle);

to packet-dtls.c.

This should not be a problem, since there is no HTTP/DTLS/UDP stack I know
of...

Any objections or comments?

Best regards
Michael