#include <evalogin.h>
Inherits OutPacket.
Inheritance diagram for LoginPacket:


Public Member Functions | |
| LoginPacket () | |
| LoginPacket (unsigned char loginMode) | |
| LoginPacket (const LoginPacket &rhs) | |
| virtual | ~LoginPacket () |
| OutPacket * | copy () |
| LoginPacket & | operator= (const LoginPacket &rhs) |
| const unsigned char | getLoginMode () const |
Protected Member Functions | |
| virtual int | putBody (unsigned char *buf) |
Private Attributes | |
| unsigned char | mLoginMode |
Definition at line 26 of file evalogin.h.
|
|
Definition at line 28 of file evalogin.h. Referenced by copy(). |
|
|
Definition at line 31 of file evalogin.cpp. |
|
|
Definition at line 37 of file evalogin.cpp. References getLoginMode(), and mLoginMode. Here is the call graph for this function: ![]() |
|
|
Definition at line 43 of file evalogin.cpp. |
|
|
Definition at line 33 of file evalogin.h. References LoginPacket(). Here is the call graph for this function: ![]() |
|
|
Definition at line 35 of file evalogin.h. References mLoginMode. Referenced by LoginPacket(), and operator=(). |
|
|
Definition at line 47 of file evalogin.cpp. References getLoginMode(), and mLoginMode. Here is the call graph for this function: ![]() |
|
|
Reimplemented from OutPacket. Definition at line 54 of file evalogin.cpp. References EvaCrypt::encrypt(), Packet::getLoginToken(), Packet::getLoginTokenLength(), Packet::getPasswordKey(), Packet::iniKey, login_16_51, login_53_68, login_94_193, MAX_PACKET_SIZE, mLoginMode, QQ_KEY_LENGTH, and QQ_LOGIN_DATA_LENGTH. Here is the call graph for this function: ![]() |
|
|
Definition at line 39 of file evalogin.h. Referenced by getLoginMode(), LoginPacket(), operator=(), and putBody(). |
1.4.4