|
@@ -17,7 +17,11 @@ botnet_comm_processor::botnet_comm_processor(const py::list &messages_pyboost){
|
|
|
botnet_comm_processor::botnet_comm_processor(){
|
|
|
}
|
|
|
|
|
|
-
|
|
|
+/**
|
|
|
+ * Set the messages of this communication processor.
|
|
|
+ * @param messages_pyboost The abstract communication messages
|
|
|
+ * represented as (python) list containing (python) dicts.
|
|
|
+ */
|
|
|
void botnet_comm_processor::set_messages(const py::list &messages_pyboost){
|
|
|
messages.clear();
|
|
|
for (int i = 0; i < len(messages_pyboost); i++){
|