Add comment where to find the specification

svn path=/trunk/; revision=44626
This commit is contained in:
Jörg Mayer 2012-08-23 09:40:08 +00:00
parent 96aa6f41fb
commit c35eb920fe
1 changed files with 7 additions and 2 deletions

View File

@ -23,8 +23,13 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
/* This dissector supports HDCP 2.x over TCP. For now, only the
authentication protocol messages are supported. */
/*
* This dissector supports HDCP 2.x over TCP. For now, only the
* authentication protocol messages are supported.
*
* The specification of version 2 of the protocol can be found at
* http://www.digital-cp.com/files/static_page_files/2C1C0F30-0E09-E813-BFAB6BAAE8A76080/HDCP Interface Independent Adaptation Specification Rev2_0.pdf
*/
#ifdef HAVE_CONFIG_H
# include "config.h"