aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btrfcomm.h
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-06-11 14:05:48 +0000
committerEvan Huus <eapache@gmail.com>2013-06-11 14:05:48 +0000
commit2a1ad7683c3bc5d4e4a6791c9ae2596e8cc93690 (patch)
tree83a8b12ec523a1f3684541521d3686f174b257fa /epan/dissectors/packet-btrfcomm.h
parenta51e3848187be4d0f5cb158a6f9d76ac531edcf9 (diff)
From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8740
Improve Bluetooth HFP dissection. svn path=/trunk/; revision=49886
Diffstat (limited to 'epan/dissectors/packet-btrfcomm.h')
-rw-r--r--epan/dissectors/packet-btrfcomm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-btrfcomm.h b/epan/dissectors/packet-btrfcomm.h
index 295bae0dd5..bc113e86f4 100644
--- a/epan/dissectors/packet-btrfcomm.h
+++ b/epan/dissectors/packet-btrfcomm.h
@@ -34,6 +34,8 @@ typedef struct _btrfcomm_data_t {
guint16 chandle; /* only low 12 bits used */
guint16 cid;
guint8 dlci;
+ guint32 remote_bd_addr_oui;
+ guint32 remote_bd_addr_id;
} btrfcomm_data_t;
#endif