aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2012-08-23 09:40:08 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2012-08-23 09:40:08 +0000
commit662cde5cf3cf2f8cb9c7c1fc56760ff37bef9a0b (patch)
treef41ba5d0b322fb6eedbded716a13bd218f365b83 /epan/dissectors
parent3c4cbe255dd11dea47149dc5b23c558536cd5af4 (diff)
Add comment where to find the specification
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44626 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors')
-rw-r--r--epan/dissectors/packet-hdcp2.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/epan/dissectors/packet-hdcp2.c b/epan/dissectors/packet-hdcp2.c
index b7e52ea8f3..9d7efe19a4 100644
--- a/epan/dissectors/packet-hdcp2.c
+++ b/epan/dissectors/packet-hdcp2.c
@@ -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"