EvEmu  0.8.4
11 September 2021
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
PyPacket.cpp File Reference
#include "eve-common.h"
#include "python/PyPacket.h"
#include "python/PyVisitor.h"
#include "python/PyRep.h"
#include "python/PyDumpVisitor.h"
Include dependency graph for PyPacket.cpp:

Go to the source code of this file.

Variables

const char * MACHONETMSG_TYPE_NAMES [MACHONETMSG_TYPE_COUNT]
 

Variable Documentation

const char* MACHONETMSG_TYPE_NAMES[MACHONETMSG_TYPE_COUNT]
Initial value:
=
{
"AUTHENTICATION_REQ",
"AUTHENTICATION_RSP",
"IDENTIFICATION_REQ",
"IDENTIFICATION_RSP",
"U4",
"U5",
"CALL_REQ",
"CALL_RSP",
"TRANSPORTCLOSED",
"U9",
"RESOLVE_REQ",
"RESOLVE_RSP",
"NOTIFICATION",
"U13",
"U14",
"ERRORRESPONSE",
"SESSIONCHANGENOTIFICATION",
"U17",
"SESSIONINITIALSTATENOTIFICATION",
"U19",
"PING_REQ",
"PING_RSP"
}
Todo:
update this to unique_ptr/shared_ptr if possible shared_ptr<T> p(new Y); or make_unique<>()

Definition at line 36 of file PyPacket.cpp.

Referenced by PyPacket::Dump(), EVEPacketDispatcher::Handle_Other(), and Client::ProcessNet().