aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btsdp.h
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2013-12-07 01:01:31 +0000
committerMichael Mann <mmann78@netscape.net>2013-12-07 01:01:31 +0000
commitcc5543f8243db93356eed7632a81bf42eb0c9830 (patch)
tree7f3d3ab938fe7d6052eabff4dd3e5102c80ca0d2 /epan/dissectors/packet-btsdp.h
parentc1ef044de5e4a28cbad0d010aeafe38da0be6750 (diff)
Bluetooth enhancements. Bug 9446 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9446)
Bluetooth: SCO: Add Source/Destination addresses Bluetooth: HCRP: Use information from SDP to decoding PSM payload From Michal Labedzki svn path=/trunk/; revision=53816
Diffstat (limited to 'epan/dissectors/packet-btsdp.h')
-rw-r--r--epan/dissectors/packet-btsdp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/dissectors/packet-btsdp.h b/epan/dissectors/packet-btsdp.h
index e85b3dfc14..1fca6d8488 100644
--- a/epan/dissectors/packet-btsdp.h
+++ b/epan/dissectors/packet-btsdp.h
@@ -165,7 +165,7 @@ typedef struct _uuid_t {
guint8 data[16];
} uuid_t;
-/* This structure is passed to other dissectors through the tap interface
+/* This structure is passed to other dissectors
* and contains information about the relation between service, PSM/server
* channel, local/remote service. The btrfcomm and btl2cap dissectors
* need this information to determine the kind of data transfered on
@@ -196,6 +196,7 @@ typedef struct _service_info_t {
uuid_t uuid;
gint protocol_order; /* main service protocol has 0, goep -1, additional protocol 1, 2... */
+ gint protocol;
void *data; /* Used to transfer service record data to profiles */