Feature #1767
openSupport DTLS protocol
Description
Add support for DTLS (Datagram Transport Layer Security) protocol. It is based on TLS, so it should be possible to use the TLS decoder (with some modifications) to decode DTLS as well.
Files
VJ Updated by Victor Julien over 10 years ago
- Status changed from New to Assigned
- Target version set to TBD
VJ Updated by Victor Julien almost 7 years ago
Rust pretty please!
KK Updated by Konstantin Klinger over 6 years ago
Is there any current update on this ticket? Would be great to have support, should be working with an adaption of the TLS parser.
VJ Updated by Victor Julien over 6 years ago
- Label Protocol added
VJ Updated by Victor Julien about 6 years ago
- Status changed from Assigned to New
- Assignee changed from Mats Klepsland to Community Ticket
PA Updated by Philippe Antoine almost 3 years ago
- Related to Task #4151: Research: New protocol support added
SD Updated by Stuart DC 3 months ago
- File dtls-udp.pcap dtls-udp.pcap added
- File dtls2.pcap dtls2.pcap added
Interested to see DTLS supported and possibly using the same tls.* keywords.
Added some pcaps I created in a lab.
VJ Updated by Victor Julien 12 days ago
Stuart DC wrote in #note-7:
Interested to see DTLS supported and possibly using the same tls.* keywords.
Added some pcaps I created in a lab.
Would you also expect `alert tls ... tls.sni; content:"blah";` to work? Not just the keyword, but also the rule protocol specification? (`alert tls`). In http we have `alert http` (both 1 and 2) and `http1` and `http2`. Not sure how that should work here.