aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btavctp.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-btavctp.h')
-rw-r--r--epan/dissectors/packet-btavctp.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/epan/dissectors/packet-btavctp.h b/epan/dissectors/packet-btavctp.h
index 1a25b66e69..38d078a4c1 100644
--- a/epan/dissectors/packet-btavctp.h
+++ b/epan/dissectors/packet-btavctp.h
@@ -28,8 +28,11 @@
#define __PACKET_BTAVCTP_H__
typedef struct _btavctp_data_t {
- guint8 cr;
- guint16 psm;
+ guint32 interface_id;
+ guint32 adapter_id;
+ guint16 chandle; /* only low 12 bits used */
+ guint16 psm;
+ guint8 cr;
} btavctp_data_t;
#endif