mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Fixing merge relict.
This commit is contained in:
parent
aa08d359cd
commit
6734260136
1 changed files with 1 additions and 1 deletions
|
@ -680,7 +680,7 @@ void Contents_RPC::DeliverStream(int len, const u_char* data, bool orig)
|
||||||
RPC_Analyzer::RPC_Analyzer(const char* name, Connection* conn,
|
RPC_Analyzer::RPC_Analyzer(const char* name, Connection* conn,
|
||||||
RPC_Interpreter* arg_interp)
|
RPC_Interpreter* arg_interp)
|
||||||
: tcp::TCP_ApplicationAnalyzer(name, conn),
|
: tcp::TCP_ApplicationAnalyzer(name, conn),
|
||||||
nterp(arg_interp), orig_rpc(), resp_rpc()
|
interp(arg_interp), orig_rpc(), resp_rpc()
|
||||||
{
|
{
|
||||||
if ( Conn()->ConnTransport() == TRANSPORT_UDP )
|
if ( Conn()->ConnTransport() == TRANSPORT_UDP )
|
||||||
ADD_ANALYZER_TIMER(&RPC_Analyzer::ExpireTimer,
|
ADD_ANALYZER_TIMER(&RPC_Analyzer::ExpireTimer,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue