Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
cmake/ | H | 25-Apr-2025 | - | 353 | 309 | |
tools/ | H | 25-Apr-2025 | - | 499 | 363 | |
AUTHORS | H A D | 25-Apr-2025 | 106 | 6 | 4 | |
CMakeLists.txt | H A D | 25-Apr-2025 | 2.1 KiB | 89 | 69 | |
COPYING | H A D | 25-Apr-2025 | 17.6 KiB | 341 | 281 | |
Makefile.am | H A D | 25-Apr-2025 | 4.2 KiB | 126 | 35 | |
Makefile.common | H A D | 25-Apr-2025 | 1.4 KiB | 40 | 5 | |
Makefile.nmake | H A D | 25-Apr-2025 | 3.3 KiB | 101 | 44 | |
README | H A D | 25-Apr-2025 | 458 | 12 | 9 | |
moduleinfo.h | H A D | 25-Apr-2025 | 249 | 18 | 8 | |
moduleinfo.nmake | H A D | 25-Apr-2025 | 865 | 29 | 23 | |
packet-btatt.c | H A D | 25-Apr-2025 | 25.7 KiB | 699 | 576 | |
plugin.rc.in | H A D | 25-Apr-2025 | 1 KiB | 35 | 33 |
README
1Bluetooth ATT Protocol Dissector 2================================ 3 4This is a plugin-ized version of the Bluetooth ATT protocol dissector 5from the Wireshark trunk. I made the very minimal changes necessary to 6get it to build as a plugin: defining a couple constants and changing an 7include path. 8 9This plugin is unneccessary if you are using Wireshark trunk. Only use 10it if you are using a distro packaged Wireshark that does not have btatt 11protocol support. 12