fix(crypto): export session number correctly from encryption key
feat(pcap): try to guess packet is world packet if no encryption key is detected
fix(pcap): handle exceptions inside of packet arrival
fix(crypto): catch exceptions inside of encrypt/decrypt methods
Merge pull request #76 from plsfixrito/addPtctlResponder
Add PtctlResponder
chore(pcap): add options dependency
feat(pcap): keep last pcap live device in client
feat(pcap): add options, replace magic numbers with options
feat(pcap): pass in longer packets correctly
feat(pcap): remove empty lines
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(pcap): add running indication to pcap nostale client so it won't be run multiple times
docs(pcap): add documentation to pcap records
feat(pcap): add mechanism to remove sniffed packets and remove hanging connections
feat(pcap): allow passing encoding to the client to decode the packets with
feat(pcap): make process refresh interval 10 milliseconds