MCPcopy Create free account
hub / github.com/EQEmu/EQEmu / DumpPacketToString

Function DumpPacketToString

common/eq_packet.cpp:377–381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

375}
376
377std::string DumpPacketToString(const EQApplicationPacket* app){
378 std::ostringstream out;
379 out << DumpPacketHexToString(app->pBuffer, app->size);
380 return out.str();
381}

Callers 8

ProcessMethod · 0.85
ProcessMethod · 0.85
HandlePacketMethod · 0.85
HandlePacketMethod · 0.85
SendPacketMethod · 0.85
QueuePacketMethod · 0.85

Calls 2

DumpPacketHexToStringFunction · 0.85
strMethod · 0.45

Tested by

no test coverage detected