The function self.statistics.get_avg_delay_local_ext() obtains the average delay of conversations. The expected behavior would be to measure the average delay between a request-reply pair instead.
The function self.statistics.get_avg_delay_local_ext() obtains the average delay of conversations. The expected behavior would be to measure the average delay between a request-reply pair instead.
./id2t -i ./pcap/windows_miscellany.pcap -o ./output/winmisc2.pcap -a MembersMgmtCommAttack file.csv=./csvs/BotnetTrace1037-1800-50.csv bots.count=2
Call to get the error:
./id2t -i ./pcap/windows_miscellany.pcap -o ./output/winmisc2.pcap -a MembersMgmtCommAttack file.csv=./csvs/BotnetTrace1037-1800-50.csv bots.count=2
Warning: Could not collect average delays for local communication, using following values:
Avg delay of external communication: 30.45954054054054s, Avg delay of local communication: 0.055s
Could you also please provide the .pcap file and optionally the csv file?
Did you by any chance get this message:
Warning: Could not collect average delays for local communication, using following values:
Avg delay of external communication: 30.45954054054054s, Avg delay of local communication: 0.055s
Could you also please provide the .pcap file and optionally the csv file?
We now an average delay of 10 seconds delay for the external conversations.
Should be fixed on the [fix_get_avg_delay_local](https://git.tk.informatik.tu-darmstadt.de/SPIN/ID2T-toolkit/src/fix_get_avg_delay_local) branch with commit abc270f82cb4bb7b6ad311386e0652b0de623b1e.
We now an average delay of 10 seconds delay for the external conversations.
The function self.statistics.get_avg_delay_local_ext() obtains the average delay of conversations. The expected behavior would be to measure the average delay between a request-reply pair instead.
Call to get the error:
./id2t -i ./pcap/windows_miscellany.pcap -o ./output/winmisc2.pcap -a MembersMgmtCommAttack file.csv=./csvs/BotnetTrace1037-1800-50.csv bots.count=2
Did you by any chance get this message:
Could you also please provide the .pcap file and optionally the csv file?
Should be fixed on the fix_get_avg_delay_local branch with commit
abc270f82c
.We now an average delay of 10 seconds delay for the external conversations.