aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ntlmssp.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-08-30 10:05:26 +0000
committerGuy Harris <guy@alum.mit.edu>2002-08-30 10:05:26 +0000
commitd2143a880e00dbbf4130133cb61ec948be453616 (patch)
tree41d01da5a3be4a9381bfa172cdfbd2bd232f5e4c /packet-ntlmssp.c
parent2ac3b234550d8ccacc1fe154eae15d926f319f3b (diff)
downloadwireshark-d2143a880e00dbbf4130133cb61ec948be453616.tar.gz
wireshark-d2143a880e00dbbf4130133cb61ec948be453616.tar.bz2
wireshark-d2143a880e00dbbf4130133cb61ec948be453616.zip
Include "packet-gssapi.h" to declare routines we call.
svn path=/trunk/; revision=6142
Diffstat (limited to 'packet-ntlmssp.c')
-rw-r--r--packet-ntlmssp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/packet-ntlmssp.c b/packet-ntlmssp.c
index 36e1871339..4d29eb9dfd 100644
--- a/packet-ntlmssp.c
+++ b/packet-ntlmssp.c
@@ -2,7 +2,7 @@
* Routines for NTLM Secure Service Provider
* Devin Heitmueller <dheitmueller@netilla.com>
*
- * $Id: packet-ntlmssp.c,v 1.10 2002/08/30 00:32:11 sharpe Exp $
+ * $Id: packet-ntlmssp.c,v 1.11 2002/08/30 10:05:26 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -31,6 +31,7 @@
#include <epan/packet.h>
#include "packet-smb-common.h"
+#include "packet-gssapi.h"
/* Message types */