node_pcap
node_pcap copied to clipboard
Properly close pcap.TCPTracker and pcap.createSession
What would be the correct way of completely closing the pcap activity for both pcap.TCPTracker and pcap.createSession ? Thank you so much !
At least for the session, you can call the close() function. I haven't looked at the other function, but might be the same.