mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
5 lines
132 B
Standard ML
5 lines
132 B
Standard ML
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] )/
|
|
enable "sip"
|
|
}
|