aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.common
diff options
context:
space:
mode:
authorMartin Kaiser <wireshark@kaiser.cx>2012-08-15 19:22:05 +0000
committerMartin Kaiser <wireshark@kaiser.cx>2012-08-15 19:22:05 +0000
commitaf9a518763f592f969b96b465dd0c34156377df4 (patch)
tree315a77ad4c3ebd9f24e864f523c146948ffff9d3 /epan/dissectors/Makefile.common
parent168a40cb4df003b33fb572b89957bdc2d25c890d (diff)
move hdcp2 dissector to a separate file
use hdcp2 for protocol name, info column and filter names (actually, hdcp and hdcp2 have nothing in common - hdcp2 was a complete redesign to fix security issues in hdcp) svn path=/trunk/; revision=44527
Diffstat (limited to 'epan/dissectors/Makefile.common')
-rw-r--r--epan/dissectors/Makefile.common1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/Makefile.common b/epan/dissectors/Makefile.common
index e5c0789f07..680593e793 100644
--- a/epan/dissectors/Makefile.common
+++ b/epan/dissectors/Makefile.common
@@ -611,6 +611,7 @@ DISSECTOR_SRC = \
packet-hci_h4.c \
packet-hclnfsd.c \
packet-hdcp.c \
+ packet-hdcp2.c \
packet-hdfs.c \
packet-hdfsdata.c \
packet-hip.c \