Don't generate packet-ns_cert_exts.h, it's not used.
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 31 Oct 2010 12:37:46 +0000 (12:37 +0000)
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 31 Oct 2010 12:37:46 +0000 (12:37 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34736 f5534014-38df-0310-8fa8-9805f1628bb7

asn1/ns_cert_exts/Makefile.common
asn1/ns_cert_exts/packet-ns_cert_exts-template.h [deleted file]

index 4b923ae319af4a5f73ebd80c82fa2f7b7d30501a..165338ef0cf4081a3e9b9823f2ae7fb2dc6dc117 100644 (file)
 
 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 (file)
index 0efc45c..0000000
+++ /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 */
-