aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.common
diff options
context:
space:
mode:
authorMartin Kaiser <wireshark@kaiser.cx>2013-12-31 14:20:08 +0000
committerMartin Kaiser <wireshark@kaiser.cx>2013-12-31 14:20:08 +0000
commit43e892e985fb8e01d7422886a4a88e0e8d69422e (patch)
tree6b6b1942a196b87aa984e422a092c23317c7bcd8 /epan/dissectors/Makefile.common
parentfc15329e6a33ddd7550b9fb76bcbc5b814bb7e37 (diff)
From Dirk
dissector for Novell's PKIS certificate extensions from me clean up the $Id$ tags remove packet-pkis(-template).h remove ASN.1 definitions that cause compiler warnings (OID, SecurityLabelType2) move the dissector to the clean ASN.1 dissectors support CMake build change the name to novell_pkis https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9597 svn path=/trunk/; revision=54508
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 4d3cac798d..d1ff9a1ca6 100644
--- a/epan/dissectors/Makefile.common
+++ b/epan/dissectors/Makefile.common
@@ -148,6 +148,7 @@ ASN1_DISSECTOR_SRC = \
packet-mpeg-audio.c \
packet-mpeg-pes.c \
packet-nbap.c \
+ packet-novell_pkis.c \
packet-ns_cert_exts.c \
packet-ocsp.c \
packet-opsi.c \