mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 21:18:20 +00:00
Call ProtocolConfirmation in SIP only if we saw a response SIP packet
This commit is contained in:
parent
f5ce4785ea
commit
f4141bde6d
1 changed files with 0 additions and 1 deletions
|
@ -18,7 +18,6 @@ refine flow SIP_Flow += {
|
||||||
|
|
||||||
function proc_sip_request(method: bytestring, uri: bytestring, vers: SIP_Version): bool
|
function proc_sip_request(method: bytestring, uri: bytestring, vers: SIP_Version): bool
|
||||||
%{
|
%{
|
||||||
connection()->bro_analyzer()->ProtocolConfirmation();
|
|
||||||
if ( sip_request )
|
if ( sip_request )
|
||||||
{
|
{
|
||||||
BifEvent::generate_sip_request(connection()->bro_analyzer(), connection()->bro_analyzer()->Conn(),
|
BifEvent::generate_sip_request(connection()->bro_analyzer(), connection()->bro_analyzer()->Conn(),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue