Remove useless packet-spnego.h file

svn path=/trunk/; revision=43461
This commit is contained in:
Pascal Quantin 2012-06-24 19:32:32 +00:00
parent a0e2ba5eb0
commit f7e438945f
3 changed files with 0 additions and 32 deletions

1
.gitignore vendored
View 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

View 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 = \

View File

@ -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 */