aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btl2cap.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-11-05 11:42:10 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-11-05 11:42:10 +0000
commit892ff116c97cb48bcf19e1972f65b912168f0abf (patch)
treed420f5534f84e24602e64c35c4cddfd239aea964 /epan/dissectors/packet-btl2cap.h
parent45953625a5c9238300ef706aa8b816b935b4621f (diff)
From Michal Labedzki:
Add support for AVDTP/A2DP/VDP and SBC Part of https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7893 svn path=/trunk/; revision=45921
Diffstat (limited to 'epan/dissectors/packet-btl2cap.h')
-rw-r--r--epan/dissectors/packet-btl2cap.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/epan/dissectors/packet-btl2cap.h b/epan/dissectors/packet-btl2cap.h
index 7f3399e558..c8230d9f14 100644
--- a/epan/dissectors/packet-btl2cap.h
+++ b/epan/dissectors/packet-btl2cap.h
@@ -51,9 +51,11 @@
* chandle, cid and direction
*/
typedef struct _btl2cap_data_t {
- guint16 chandle; /* only low 12 bits used */
- guint16 cid;
- guint16 psm;
+ guint16 chandle; /* only low 12 bits used */
+ guint16 cid;
+ guint16 psm;
+ guint32 first_scid_frame;
+ guint32 first_dcid_frame;
} btl2cap_data_t;
#endif