mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Spicy TLS: More TLS 1.3 parsing
This commit is contained in:
parent
82bcc2dbb3
commit
dc46dbe645
3 changed files with 177 additions and 64 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue