Definition at line 264 of file botnet.cpp.
Public Member Functions | |
void | flip_header () |
void | flip_rest () |
void | hard_clear () |
s_bot_control () | |
Public Attributes | |
uint32 | control |
ID of control command. | |
MSVC_ALIGN1 union s_bot_control::u_control_data | control_data |
Data of control. | |
uint32 | packet_type |
This must be PACKET_TYPE_CONTROL. | |
uint32 | size |
Used for decompressing. | |
uint32 | supported_proto_version |
Highest supported protocol. | |
Classes | |
union | u_control_data |
Data of control. More... |
|
Definition at line 315 of file botnet.cpp.
|
|
Definition at line 320 of file botnet.cpp. References byteReverse(). Referenced by botnet_receive(), and botnet_send_control(). 00321 { 00322 byteReverse((unsigned char*)this,4); 00323 }
Here is the call graph for this function: ![]() |
|
Definition at line 324 of file botnet.cpp. Referenced by botnet_receive(), and botnet_send_control().
|
|
Definition at line 328 of file botnet.cpp. Referenced by botnet_link(), botnet_loop(), and botnet_receive().
|
|
ID of control command.
Definition at line 273 of file botnet.cpp. Referenced by botnet_loop(), and botnet_send_control(). |
|
Data of control.
Referenced by botnet_receive(), and botnet_send_control(). |
|
This must be PACKET_TYPE_CONTROL.
Definition at line 270 of file botnet.cpp. Referenced by botnet_loop(), botnet_receive(), and botnet_send_control(). |
|
Used for decompressing.
Definition at line 271 of file botnet.cpp. Referenced by botnet_receive(), and botnet_send_control(). |
|
Highest supported protocol.
Definition at line 272 of file botnet.cpp. Referenced by botnet_loop(). |