mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Small update for the SIP logs and DPD sig.
The logs were incomplete for intermediate 1xx responses.
This commit is contained in:
parent
4a2d7f1d39
commit
94afcd89c0
2 changed files with 29 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
|||
signature dpd_sip {
|
||||
ip-proto == udp
|
||||
payload /^( SIP\/[0-9]\.[0-9]\x0d\x0a|SIP\/[0-9]\.[0-9] [0-9][0-9][0-9] )/
|
||||
payload /^ ?SIP\/[0-9]\.[0-9](\x0d\x0a| [0-9][0-9][0-9] )/
|
||||
enable "sip"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue