Wireshark-commits: [Wireshark-commits] rev 39480: / /trunk/epan/dissectors/: Makefile.common packet

Date: Wed, 19 Oct 2011 21:52:32 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=39480

User: alagoutte
Date: 2011/10/19 02:52 PM

Log:
 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.

Directory: /trunk/epan/dissectors/
  Changes    Path               Action
  +1 -0      Makefile.common    Modified
  +311 -0    packet-hdcp.c      Added

Directory: /trunk/epan/
  Changes    Path              Action
  +1 -0      CMakeLists.txt    Modified

Directory: /trunk/
  Changes    Path          Action
  +1 -0      AUTHORS       Modified