wireshark/plugins/wiretap/usbdump
Roland Knall 0c7d82d8b7 USBDump: Fix Memleak with error info
The memory block the error was written to was uninitialized
2021-09-24 06:57:28 +00:00
..
AUTHORS
CMakeLists.txt CMake: Mark our plugin include directories PRIVATE. 2021-06-22 22:17:42 +00:00
README
usbdump.c USBDump: Fix Memleak with error info 2021-09-24 06:57:28 +00:00

README

This wiretap plugin serves a dual purpose. One is to add usbdump file
reading capability to wiretap and therefore Wireshark and Tshark.
Second it is an illustration of a basic wiretap plugin module.