From 65b6a98b4a18a941a3c56ef3e961cc77fc33b575 Mon Sep 17 00:00:00 2001 From: Michael Mann Date: Sun, 3 Nov 2013 15:25:52 +0000 Subject: Bluetooth: AVDTP: Add support for Content Protection type SCMS-T (and some minor cleanup). Bug 7893 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7893) From Michal Labedzki svn path=/trunk/; revision=53065 --- ui/rtp_stream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/rtp_stream.h') diff --git a/ui/rtp_stream.h b/ui/rtp_stream.h index 059444b96d..14c484bbd9 100644 --- a/ui/rtp_stream.h +++ b/ui/rtp_stream.h @@ -58,7 +58,7 @@ typedef struct _rtp_stream_info { guint32 dest_port; guint32 ssrc; guint8 pt; - gchar *info_payload_type_str; + const gchar *info_payload_type_str; guint32 npackets; guint32 first_frame_num; /**< frame number of first frame */ -- cgit v1.2.1