mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 10:38:20 +00:00
Add xmpp dpd sig and fix a few parsing problems for connections that do
not upgrade to TLS.
This commit is contained in:
parent
574bcb0a51
commit
0b897c70da
10 changed files with 49 additions and 5 deletions
|
@ -0,0 +1,8 @@
|
|||
# @TEST-EXEC: bro -C -b -r $TRACES/tls/xmpp-starttls.pcap %INPUT
|
||||
# @TEST-EXEC: btest-diff ssl.log
|
||||
|
||||
@load base/frameworks/dpd
|
||||
@load base/frameworks/signatures
|
||||
@load base/protocols/ssl
|
||||
@load base/protocols/conn
|
||||
@load-sigs base/protocols/xmpp/dpd.sig
|
|
@ -0,0 +1,8 @@
|
|||
# @TEST-EXEC: bro -C -b -r $TRACES/tls/xmpp-dialback-starttls.pcap %INPUT
|
||||
# @TEST-EXEC: btest-diff ssl.log
|
||||
|
||||
@load base/frameworks/dpd
|
||||
@load base/frameworks/signatures
|
||||
@load base/protocols/ssl
|
||||
@load base/protocols/conn
|
||||
@load-sigs base/protocols/xmpp/dpd.sig
|
Loading…
Add table
Add a link
Reference in a new issue