Wireshark-bugs: [Wireshark-bugs] [Bug 11724] OBEX dissector shouldn't be restricted to Bluetooth

Date: Wed, 27 Jan 2016 11:05:28 +0000

changed bug 11724


What Removed Added
CC   [email protected]

Comment # 3 on bug 11724 from
Hello,

this change worked for me:
1) open packet-btobex.c
2) search the line:
    dissector_add_string("bluetooth.uuid",  "1134",  btobex_handle);
3) put after this line the following code:
    dissector_add_for_decode_as("usb.device", btobex_handle);
    dissector_add_for_decode_as("usb.protocol", btobex_handle);
4) recompile and install

Then it is possible to select "decode as..." and use Bluetooth OBEX.

Can the maintainer of btobex please apply this patch?


You are receiving this mail because:
  • You are watching all bug changes.