wireshark/plugins/wiretap/usbdump
João Valverde d7401147b4 CMake: Remove non existent '/codecs' include path
The '/codecs' dir was removed in g63af1da7e7.

Avoid using include_directories(), prefer target_include_directories().
Remove some unnecessary CMAKE_CURRENT_*_DIR includes and some other
small cleanups while at it.
2021-03-29 00:00:57 +00:00
..
AUTHORS
CMakeLists.txt CMake: Remove non existent '/codecs' include path 2021-03-29 00:00:57 +00:00
README
usbdump.c wiretap: rename wtap_register_file_type_subtypes(). 2021-02-23 20:39:16 -08: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.