Spicy TLS: More TLS 1.3 parsing

This commit is contained in:
Johanna Amann 2023-04-25 14:53:02 +01:00
parent 82bcc2dbb3
commit dc46dbe645
3 changed files with 177 additions and 64 deletions

View file

@ -14,9 +14,9 @@ signature dpd_tls_client {
enable "tls"
}
# signature dpd_dtls_client {
# ip-proto == udp
# # Client hello.
# payload /^\x16\xfe[\xff\xfd]\x00\x00\x00\x00\x00\x00\x00...\x01...........\xfe[\xff\xfd].*/
# enable "dtls"
# }
signature dpd_dtls_client {
ip-proto == udp
# Client hello.
payload /^\x16\xfe[\xff\xfd]\x00\x00\x00\x00\x00\x00\x00...\x01...........\xfe[\xff\xfd].*/
enable "dtls"
}