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

_______________________________________________
Wireshark-dev mailing list
[email protected]
https://wireshark.org/mailman/listinfo/wireshark-dev

Reply via email to