Really need some context as to where you are trying to dump the pp, however:
Code:
_hex(ZONE__INIT, (char *)&m_pp, sizeof(PlayerProfile_Struct));
should work in Client::FinishConnState2. I chose ZONE__INIT as the log category, as that is enabled by default.