aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-netlogon.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-08-02 23:14:32 +0000
committerGuy Harris <guy@alum.mit.edu>2004-08-02 23:14:32 +0000
commit1ef3caa637f22b27147012d53d94221667d1907a (patch)
tree0f711b96c1368ab082558d69c65569b5633eacba /epan/dissectors/packet-dcerpc-netlogon.c
parentb37500aadc6eaa188552ea16b8e96841484eecc5 (diff)
Move the NTLMv2 blob stuff back into packet-ntlmssp.c - it's more
NTLMSSP-related than SMB-related, and documents about NTLMSSP talk about it, so it's a little more convenient to keep all that stuff together - and export it through a packet-ntlmssp.h header. svn path=/trunk/; revision=11585
Diffstat (limited to 'epan/dissectors/packet-dcerpc-netlogon.c')
-rw-r--r--epan/dissectors/packet-dcerpc-netlogon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-dcerpc-netlogon.c b/epan/dissectors/packet-dcerpc-netlogon.c
index 7f06a040ac..cb9f160adc 100644
--- a/epan/dissectors/packet-dcerpc-netlogon.c
+++ b/epan/dissectors/packet-dcerpc-netlogon.c
@@ -34,7 +34,7 @@
#include "packet-dcerpc-nt.h"
#include "packet-dcerpc-netlogon.h"
#include "smb.h" /* for "NT_errors[]" */
-#include "packet-smb-common.h"
+#include "packet-ntlmssp.h"
#include "packet-dcerpc-lsa.h"
static int proto_dcerpc_netlogon = -1;