mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 19:18:19 +00:00
Add basic DTLSv1.3 support
DTLSv1.3 changes the DTLS record format, introducing a completely new header - which is a first for DTLS. We don't currently completely parse this header, as this requires a bit more statekeeping. This will be added in a future revision. This also also has little practical implications.
This commit is contained in:
parent
e7c9fa1f6e
commit
d6c4c510ea
7 changed files with 88 additions and 5 deletions
6
testing/btest/scripts/base/protocols/ssl/dtls-13.test
Normal file
6
testing/btest/scripts/base/protocols/ssl/dtls-13.test
Normal file
|
@ -0,0 +1,6 @@
|
|||
# This tests a normal SSL connection and the log it outputs.
|
||||
|
||||
# @TEST-EXEC: zeek -C -r $TRACES/tls/dtls13-wolfssl.pcap %INPUT
|
||||
# @TEST-EXEC: btest-diff ssl.log
|
||||
# @TEST-EXEC: test ! -f dpd.log
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue