ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

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