![]() |
TrinityCore
|
#include <AuthenticationPackets.h>
Inheritance diagram for WorldPackets::Auth::AuthSession:Public Member Functions | |
| AuthSession (WorldPacket &&packet) | |
Public Member Functions inherited from WorldPackets::Auth::EarlyProcessClientPacket< AuthSession > | |
| bool | ReadNoThrow () |
Public Member Functions inherited from WorldPackets::ClientPacket | |
| ClientPacket (WorldPacket &&packet) | |
| ClientPacket (OpcodeClient expectedOpcode, WorldPacket &&packet) | |
| WorldPacket const * | Write () final |
| OpcodeClient | 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 | |
| uint32 | RegionID = 0 |
| uint32 | BattlegroupID = 0 |
| uint32 | RealmID = 0 |
| std::array< uint8, 32 > | LocalChallenge = { } |
| std::array< uint8, DigestLength > | Digest = { } |
| uint64 | DosResponse = 0 |
| std::string | RealmJoinTicket |
| bool | UseIPv6 = false |
Public Attributes inherited from WorldPackets::Auth::EarlyProcessClientPacket< AuthSession > | |
| friend | Derived |
Static Public Attributes | |
| static constexpr uint32 | DigestLength = 24 |
Private Member Functions | |
| void | Read () override |
Private Attributes | |
| friend | EarlyProcessClientPacket |
Additional Inherited Members | |
Protected Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
Definition at line 100 of file AuthenticationPackets.h.
|
inlineexplicit |
Definition at line 105 of file AuthenticationPackets.h.
|
overrideprivatevirtual |
Implements WorldPackets::Packet.
Definition at line 76 of file AuthenticationPackets.cpp.
Here is the call graph for this function:| uint32 WorldPackets::Auth::AuthSession::BattlegroupID = 0 |
Definition at line 108 of file AuthenticationPackets.h.
| std::array<uint8, DigestLength> WorldPackets::Auth::AuthSession::Digest = { } |
Definition at line 111 of file AuthenticationPackets.h.
|
staticconstexpr |
Definition at line 103 of file AuthenticationPackets.h.
| uint64 WorldPackets::Auth::AuthSession::DosResponse = 0 |
Definition at line 112 of file AuthenticationPackets.h.
|
private |
Definition at line 117 of file AuthenticationPackets.h.
| std::array<uint8, 32> WorldPackets::Auth::AuthSession::LocalChallenge = { } |
Definition at line 110 of file AuthenticationPackets.h.
| uint32 WorldPackets::Auth::AuthSession::RealmID = 0 |
Definition at line 109 of file AuthenticationPackets.h.
| std::string WorldPackets::Auth::AuthSession::RealmJoinTicket |
Definition at line 113 of file AuthenticationPackets.h.
| uint32 WorldPackets::Auth::AuthSession::RegionID = 0 |
Definition at line 107 of file AuthenticationPackets.h.
| bool WorldPackets::Auth::AuthSession::UseIPv6 = false |
Definition at line 114 of file AuthenticationPackets.h.