aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ntlmssp.h
diff options
context:
space:
mode:
Diffstat (limited to 'packet-ntlmssp.h')
-rw-r--r--packet-ntlmssp.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/packet-ntlmssp.h b/packet-ntlmssp.h
deleted file mode 100644
index 7fa2ad96af..0000000000
--- a/packet-ntlmssp.h
+++ /dev/null
@@ -1,27 +0,0 @@
-/* packet-ntlmssp.h
- *
- * $Id: packet-ntlmssp.h,v 1.1 2003/01/06 11:28:02 sahlberg Exp $
- *
- * Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@ethereal.com>
- * 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.
- */
-
-typedef struct _ntlmssp_decrypted_info_t {
- tvbuff_t *decr_tvb;
- proto_tree *decr_tree;
-} ntlmssp_decrypted_info_t;