aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/ns_cert_exts
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2010-10-31 12:37:46 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2010-10-31 12:37:46 +0000
commit8c1b03ef8ea1001473dec7e4df504a4d2bf51ce4 (patch)
treedb086187863bc62b96bf0c698f5ff2ffe9102887 /asn1/ns_cert_exts
parent8e7b882177b44090169d3a6dc9848eca84727f0c (diff)
Don't generate packet-ns_cert_exts.h, it's not used.
svn path=/trunk/; revision=34736
Diffstat (limited to 'asn1/ns_cert_exts')
-rw-r--r--asn1/ns_cert_exts/Makefile.common7
-rw-r--r--asn1/ns_cert_exts/packet-ns_cert_exts-template.h32
2 files changed, 1 insertions, 38 deletions
diff --git a/asn1/ns_cert_exts/Makefile.common b/asn1/ns_cert_exts/Makefile.common
index 4b923ae319..165338ef0c 100644
--- a/asn1/ns_cert_exts/Makefile.common
+++ b/asn1/ns_cert_exts/Makefile.common
@@ -22,21 +22,16 @@
PROTOCOL_NAME=ns_cert_exts
-DISSECTOR_FILES=packet-$(PROTOCOL_NAME).c \
- packet-$(PROTOCOL_NAME).h
-
+DISSECTOR_FILES=packet-$(PROTOCOL_NAME).c
EXT_ASN_FILE_LIST =
ASN_FILE_LIST = NETSCAPE-CERT-EXTS.asn
-# The packet-$(PROTOCOL_NAME)-template.h and $(PROTOCOL_NAME).asn
-# files do not exist for all protocols: Please add/remove as required.
EXTRA_DIST = \
Makefile.nmake \
$(ASN_FILE_LIST) \
packet-$(PROTOCOL_NAME)-template.c \
- packet-$(PROTOCOL_NAME)-template.h \
$(PROTOCOL_NAME).cnf
SRC_FILES = \
diff --git a/asn1/ns_cert_exts/packet-ns_cert_exts-template.h b/asn1/ns_cert_exts/packet-ns_cert_exts-template.h
deleted file mode 100644
index 0efc45c6c6..0000000000
--- a/asn1/ns_cert_exts/packet-ns_cert_exts-template.h
+++ /dev/null
@@ -1,32 +0,0 @@
-/* packet-ns_cert_exts.h
- * Routines for NetScape Certificate Extensions packet dissection
- * Ronnie Sahlberg 2004
- *
- * $Id$
- *
- * Wireshark - Network traffic analyzer
- * By Gerald Combs <gerald@wireshark.org>
- * Copyright 1998 Gerald Combs
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifndef PACKET_NS_CERT_EXTS_H
-#define PACKET_NS_CERT_EXTS_H
-
-#include "packet-ns_cert_exts-exp.h"
-
-#endif /* PACKET_NS_CERT_EXTS_H */
-