Definition at line 138 of file botnet.cpp.
Public Member Functions | |
s_proc_to_pull () | |
Public Attributes | |
string | botname |
Remote bot name. | |
time_t | last_changed |
Timestamp of procedure. | |
list< string > | lines |
Lines of commands. | |
vector< string > | orig_groups |
Original groups which is procedure member of. | |
string | proc_name |
Procedure name. | |
vector< s_replication > | replication |
Replication data. |
|
Definition at line 146 of file botnet.cpp. References botname, last_changed, lines, orig_groups, proc_name, and replication. 00147 { 00148 botname=""; 00149 proc_name=""; 00150 last_changed=0; 00151 lines.clear(); 00152 replication.clear(); 00153 orig_groups.clear(); 00154 }
|
|
Remote bot name.
Definition at line 139 of file botnet.cpp. Referenced by botnet_loop(), and s_proc_to_pull(). |
|
Timestamp of procedure.
Definition at line 141 of file botnet.cpp. Referenced by botnet_loop(), and s_proc_to_pull(). |
|
Lines of commands.
Definition at line 142 of file botnet.cpp. Referenced by botnet_loop(), and s_proc_to_pull(). |
|
Original groups which is procedure member of.
Definition at line 144 of file botnet.cpp. Referenced by botnet_loop(), and s_proc_to_pull(). |
|
Procedure name.
Definition at line 140 of file botnet.cpp. Referenced by botnet_loop(), and s_proc_to_pull(). |
|
Replication data.
Definition at line 143 of file botnet.cpp. Referenced by botnet_loop(), and s_proc_to_pull(). |