![]() |
TrinityCore
|
#include <AuthenticationPackets.h>
Inheritance diagram for WorldPackets::Auth::AuthChallenge:Public Member Functions | |
| AuthChallenge () | |
| WorldPacket const * | Write () override |
Public Member Functions inherited from WorldPackets::ServerPacket | |
| ServerPacket (OpcodeServer opcode, size_t initialSize=200, ConnectionType connection=CONNECTION_TYPE_DEFAULT) | |
| void | Read () final |
| void | Clear () |
| WorldPacket && | Move () |
| void | ShrinkToFit () |
| OpcodeServer | GetOpcode () const |
Public Member Functions inherited from WorldPackets::Packet | |
| Packet (WorldPacket &&worldPacket) | |
| virtual | ~Packet ()=default |
| Packet (Packet const &right)=delete | |
| Packet & | operator= (Packet const &right)=delete |
| WorldPacket const * | GetRawPacket () const |
| size_t | GetSize () const |
| ConnectionType | GetConnection () const |
Public Attributes | |
| std::array< uint8, 32 > | Challenge = { } |
| std::array< uint32, 8 > | DosChallenge = { } |
| uint8 | DosZeroBits = 0 |
Additional Inherited Members | |
Protected Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
Definition at line 88 of file AuthenticationPackets.h.
|
inlineexplicit |
Definition at line 91 of file AuthenticationPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 68 of file AuthenticationPackets.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| std::array<uint8, 32> WorldPackets::Auth::AuthChallenge::Challenge = { } |
Definition at line 95 of file AuthenticationPackets.h.
| std::array<uint32, 8> WorldPackets::Auth::AuthChallenge::DosChallenge = { } |
Definition at line 96 of file AuthenticationPackets.h.
| uint8 WorldPackets::Auth::AuthChallenge::DosZeroBits = 0 |
Definition at line 97 of file AuthenticationPackets.h.