aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-netlogon.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-08-03 02:28:49 +0000
committerGuy Harris <guy@alum.mit.edu>2004-08-03 02:28:49 +0000
commit13bb12c4f1e8611202bca516e65cddc5e29e45ce (patch)
treef31a0b745dea790a0070678be6db8442ba481cac /epan/dissectors/packet-dcerpc-netlogon.c
parent6e683f009886ed74c315f455bfedf31e496f7ba9 (diff)
Move a bunch of stuff that's more Windows-related than SMB-related to
"packet-windows-common.[ch]". svn path=/trunk/; revision=11592
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 cb9f160adc..2ef36e3bf9 100644
--- a/epan/dissectors/packet-dcerpc-netlogon.c
+++ b/epan/dissectors/packet-dcerpc-netlogon.c
@@ -33,7 +33,7 @@
#include "packet-dcerpc.h"
#include "packet-dcerpc-nt.h"
#include "packet-dcerpc-netlogon.h"
-#include "smb.h" /* for "NT_errors[]" */
+#include "packet-windows-common.h"
#include "packet-ntlmssp.h"
#include "packet-dcerpc-lsa.h"