diff options
author | Pascal Quantin <pascal.quantin@gmail.com> | 2012-06-24 19:32:32 +0000 |
---|---|---|
committer | Pascal Quantin <pascal.quantin@gmail.com> | 2012-06-24 19:32:32 +0000 |
commit | f7e438945f531db668642ca75f268c65b96a5679 (patch) | |
tree | 10361140d40c5ab396e775bdcc2888629c300bfd | |
parent | a0e2ba5eb071ce61e369cd7326f0d60d4464cdf7 (diff) | |
download | wireshark-f7e438945f531db668642ca75f268c65b96a5679.tar.gz wireshark-f7e438945f531db668642ca75f268c65b96a5679.tar.bz2 wireshark-f7e438945f531db668642ca75f268c65b96a5679.zip |
Remove useless packet-spnego.h file
svn path=/trunk/; revision=43461
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | asn1/spnego/Makefile.common | 1 | ||||
-rw-r--r-- | asn1/spnego/packet-spnego-template.h | 30 |
3 files changed, 0 insertions, 32 deletions
diff --git a/.gitignore b/.gitignore index 149f312ba9..cbe8711d85 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/asn1/spnego/Makefile.common b/asn1/spnego/Makefile.common index ddfa2c9e35..92e9174d1f 100644 --- a/asn1/spnego/Makefile.common +++ b/asn1/spnego/Makefile.common @@ -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 index 3d8011c7d5..0000000000 --- a/asn1/spnego/packet-spnego-template.h +++ /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 */ |