base/protocols/sip/main.bro
-
SIP
Implements base functionality for SIP analysis. The logging model is
to log request/response pairs and all relevant metadata together in
a single record.
Summary
Events
SIP::log_sip : event |
Event that can be handled to access the SIP record as it is sent on
to the logging framework. |
Detailed Interface
Runtime Options
-
SIP::sip_methods
-
{
"NOTIFY",
"ACK",
"CANCEL",
"OPTIONS",
"SUBSCRIBE",
"INVITE",
"BYE",
"REGISTER"
}
A list of SIP methods. Other methods will generate a weird. Note
that the SIP analyzer will only accept methods consisting solely
of letters [A-Za-z]
.
Types
-
SIP::Info
-
The record type which contains the fields of the SIP log.
-
SIP::State
-
Events
-
SIP::log_sip
-
Event that can be handled to access the SIP record as it is sent on
to the logging framework.