diff options
author | Guy Harris <guy@alum.mit.edu> | 2004-08-03 02:28:49 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2004-08-03 02:28:49 +0000 |
commit | 13bb12c4f1e8611202bca516e65cddc5e29e45ce (patch) | |
tree | f31a0b745dea790a0070678be6db8442ba481cac /epan/dissectors/packet-dcerpc-svcctl.c | |
parent | 6e683f009886ed74c315f455bfedf31e496f7ba9 (diff) | |
download | wireshark-13bb12c4f1e8611202bca516e65cddc5e29e45ce.tar.gz wireshark-13bb12c4f1e8611202bca516e65cddc5e29e45ce.tar.bz2 wireshark-13bb12c4f1e8611202bca516e65cddc5e29e45ce.zip |
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-svcctl.c')
-rw-r--r-- | epan/dissectors/packet-dcerpc-svcctl.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/epan/dissectors/packet-dcerpc-svcctl.c b/epan/dissectors/packet-dcerpc-svcctl.c index b2040cbfc6..fb339f5d94 100644 --- a/epan/dissectors/packet-dcerpc-svcctl.c +++ b/epan/dissectors/packet-dcerpc-svcctl.c @@ -33,8 +33,7 @@ #include "packet-dcerpc.h" #include "packet-dcerpc-svcctl.h" #include "packet-dcerpc-nt.h" -#include "smb.h" -#include "packet-smb-common.h" +#include "packet-windows-common.h" static int proto_dcerpc_svcctl = -1; static int hf_svcctl_opnum = -1; |