NooN
 changed
              bug 11724
        
          
             
      
        
            Comment # 3
              on bug 11724
              from  NooN
        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.