feat(pcap): support multiple clients for same connection
feat(pcap): delete only not seen connections
feat(pcap): clear connections and clients after PcapNostaleManager is closed
feat(pcap): use new unknown decryption methods insice PcapNostaleClient
Get rid of unnecessary allocations as well
feat(pcap): try to guess packet is world packet if no encryption key is detected
fix(pcap): handle exceptions inside of packet arrival
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
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
feat(pcap): add pcap client support
feat(pcap): add tcp connection to pid helpers