SnoopWare / usbsnoop

Log USB packets going from Windows device driver to hardware device and vice-versa
GNU General Public License v2.0
99 stars 22 forks source link

Don't free the snoop buffer over in the Snpys bridge #5

Open dmikushin opened 6 years ago

dmikushin commented 6 years ago

Don't free the snoop buffer over in the Snpys bridge. Use two buffers instead.. might be a bit slower on connect, but it's way cleaner.