From 8d21b886f7dd40bdfae969e079afadea6259ca49 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Wed, 19 Oct 2011 21:52:31 +0000 Subject: From Martin Kaiser via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6463 dissector for HDCP (High bandwidth Digital Content Protection) HDCP can run on top of TCP, there's no fixed port number assigned. I created a heuristic dissector that's disabled by default and can be enabled by setting a preference (similar to the hilscher dissector). The idea behind this is that some HDCP messages are hard to recognize (e.g. one byte message id + 8 random bytes). Having the dissector enabled at all times may generate false positives. svn path=/trunk/; revision=39480 --- AUTHORS | 1 + 1 file changed, 1 insertion(+) (limited to 'AUTHORS') diff --git a/AUTHORS b/AUTHORS index 4b7ebc15a2..935536600b 100644 --- a/AUTHORS +++ b/AUTHORS @@ -3247,6 +3247,7 @@ Grzegorz Szczytowski { Martin Kaiser { DVB-CI (Common Interface) dissector + HDCP dissector } Jakub Zawadzki { -- cgit v1.2.3