fix(crypto): add support for c_close, f_stash_end in deserialization of unknown packets
fix(core): allow adding multiple responder types with IRawPacketResponder and IEveryPacketResponder
feat(core): make raw packet implement IPacketResponder to make it usable with AddPacketResponder
feat(crypto): make less allocations where possible
fix(crypto): correctly parse encryption key from unknown server packet
feat(pcap): use new unknown decryption methods insice PcapNostaleClient
Get rid of unnecessary allocations as well
feat(crypto): add methods for converting unknown packets
feat(core): make PacketEventArgs structs
fix(crypto): export session number correctly from encryption key
fix(crypto): catch exceptions inside of encrypt/decrypt methods
Merge pull request #76 from plsfixrito/addPtctlResponder
Add PtctlResponder
fix(crypto): correctly cast byte to char
fix(crypto): remove client world cryptography encoding conversion that does not work correctly
fix(crypto): decrypt with correct encoding in world cryptography
Merge pull request #74 from Rutherther/feat/pcap
Add support for pcap client
feat(crypto): add cryptography server, client, world, login...
Merge pull request #73 from plsfixrito/MonsterNpcSkills
Add skills to Monster and Npc class