Problems with tcprs plugin

Hi all,
i'm trying to compile the tcprs plugin with the latest bro version
(2.4-267): using the make command i have this error

/tcprs/src/TCPRS_Endpoint.cc: In member function
‘analyzer::tcp::SCORE*
analyzer::tcp::TCPRS_Endpoint::scoreRetransmission(analyzer::tcp::SequenceRange*,
analyzer::tcp::Segment*, analyzer::tcp::RETRANSMISSION_REASON_CODE,
HashKey*)’:
/home/aramis/bro/aux/plugins/tcprs/src/TCPRS_Endpoint.cc:1180:47:
error: call of overloaded ‘abs(unsigned int)’ is ambiguous
      confidence_value *= 1.0 / (abs(i - TRIPLE) + 1.0); //ack distancing
                                               ^

what's wrong?
Thanks

Hi Vito,

Same problem here e

e[91m/tmp/bro/aux/plugins/tcprs/src/TCPRS_Endpoint.cc: In member function ‘analyzer::tcp::SCORE* analyzer::tcp::TCPRS_Endpoint::scoreRetransmission(analyzer::tcp::SequenceRange*, analyzer::tcp::Segment*, analyzer::tcp::RETRANSMISSION_REASON_CODE, HashKey*)’: /tmp/bro/aux/plugins/tcprs/src/TCPRS_Endpoint.cc:1180:47: error: call of overloaded ‘abs(unsigned int)’ is ambiguous confidence_value *= 1.0 / (abs(i - TRIPLE) + 1.0); //ack distancing

[0mCMakeFiles/Bro-TCPRS.linux-x86_64.dir/build.make:130: recipe for target ‘CMakeFiles/Bro-TCPRS.linux-x86_64.dir/src/TCPRS_Endpoint.cc.o’ failed e[91mmake[3]: *** [CMakeFiles/Bro-TCPRS.linux-x86_64.dir/src/TCPRS_Endpoint.cc.o] Error 1

I’ll take a look at that tonight. Can you tell me what environment you’re using?