Remove useless packet-spnego.h file
authorpascal <pascal@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 24 Jun 2012 19:32:32 +0000 (19:32 +0000)
committerpascal <pascal@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 24 Jun 2012 19:32:32 +0000 (19:32 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@43461 f5534014-38df-0310-8fa8-9805f1628bb7

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

index 149f312ba9743a32e2053f997441bf624b4609ad..cbe8711d85b6e7b73f3dcde62067097edf2e6d74 100644 (file)
@@ -16,7 +16,6 @@
 epan/declare_wslua.h
 epan/dissectors/dcerpc/idl2wrs
 epan/dissectors/packet-ncp2222.c
-epan/dissectors/packet-spnego.h
 epan/dissectors/register-cache.pkl
 epan/dissectors/register.c
 epan/dtd_parse.c
index ddfa2c9e352600d134a82ebad689b3a30bb20053..92e9174d1f569e6c73df6d72d6893702e0244e33 100644 (file)
@@ -32,7 +32,6 @@ 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/spnego/packet-spnego-template.h b/asn1/spnego/packet-spnego-template.h
deleted file mode 100644 (file)
index 3d8011c..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-/* packet-spnego.h
- * Routines for spnego packet dissection
- *
- * $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_SPNEGO_H
-#define PACKET_SPNEGO_H
-
-/*#include "packet-spnego-exp.h"*/
-
-#endif  /* PACKET_spnego_H */