wireshark/plugins/wiretap/usbdump
João Valverde 0ccd69e530 Replace g_strdup_printf() with ws_strdup_printf()
Use macros from inttypes.h.
2021-12-19 21:21:58 +00:00
..
AUTHORS
CMakeLists.txt CMake: Mark our plugin include directories PRIVATE. 2021-06-22 22:17:42 +00:00
README
usbdump.c Replace g_strdup_printf() with ws_strdup_printf() 2021-12-19 21:21:58 +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.