aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bthci_acl.h
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-03-30 21:43:18 +0000
committerEvan Huus <eapache@gmail.com>2013-03-30 21:43:18 +0000
commit6d17f1153a0a25500ec64e64c57981d5e4217e12 (patch)
treef6b44da7616957c28ddd801ea6902c2b4d08ce0f /epan/dissectors/packet-bthci_acl.h
parent77c9d43ce42c19d7cf4815ceedeb8b4d55d7d040 (diff)
From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8509
Round 3 of Bluetooth SDP updates. Update the list of company IDs and fix service recognition. svn path=/trunk/; revision=48660
Diffstat (limited to 'epan/dissectors/packet-bthci_acl.h')
-rw-r--r--epan/dissectors/packet-bthci_acl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-bthci_acl.h b/epan/dissectors/packet-bthci_acl.h
index 5bb6de23c8..1c29f61097 100644
--- a/epan/dissectors/packet-bthci_acl.h
+++ b/epan/dissectors/packet-bthci_acl.h
@@ -28,6 +28,9 @@ typedef struct _bthci_acl_data_t {
guint32 interface_id;
guint32 adapter_id;
guint16 chandle; /* only low 12 bits used */
+
+ guint32 remote_bd_addr_oui;
+ guint32 remote_bd_addr_id;
} bthci_acl_data_t;
#endif