aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btl2cap.h
diff options
context:
space:
mode:
authorMichal Labedzki <michal.labedzki@tieto.com>2014-07-28 13:53:11 +0200
committerEvan Huus <eapache@gmail.com>2014-07-29 01:26:25 +0000
commit75c7b154a2619292968cc52313c4aaf3ea21c5a3 (patch)
treec60b04e20b35ec059d5e47c5fc48b81dc243eb6a /epan/dissectors/packet-btl2cap.h
parent82efb212884ff8fdd269133b1b80682ef51eb590 (diff)
Bluetooth: Fix OBEX over L2CAP detection
There are two cases: 1. btl2cap -> btrfcomm -> btobex 2. btl2cap -> btobex Case 2 is rare, so according to its name and to avoid confusion I based on it. Bug:10316 Change-Id: Ibeabeaf2f8376425460c56bad8fb980b460dd940 Reviewed-on: https://code.wireshark.org/review/3225 Reviewed-by: Evan Huus <eapache@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-btl2cap.h')
-rw-r--r--epan/dissectors/packet-btl2cap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-btl2cap.h b/epan/dissectors/packet-btl2cap.h
index c67daf9ee3..f3f7446dfa 100644
--- a/epan/dissectors/packet-btl2cap.h
+++ b/epan/dissectors/packet-btl2cap.h
@@ -68,6 +68,8 @@ typedef struct _btl2cap_data_t {
guint32 remote_bd_addr_id;
} btl2cap_data_t;
+extern int proto_btl2cap;
+
#endif
/*