aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb-pipe.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-08-03 02:28:49 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-08-03 02:28:49 +0000
commit1de64131d4430b129e2217ff2ada2c9553cb0692 (patch)
treef31a0b745dea790a0070678be6db8442ba481cac /epan/dissectors/packet-smb-pipe.c
parent99991258964ae6f92af9ab389dc5fc9a7b125967 (diff)
Move a bunch of stuff that's more Windows-related than SMB-related to
"packet-windows-common.[ch]". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11592 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-smb-pipe.c')
-rw-r--r--epan/dissectors/packet-smb-pipe.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-smb-pipe.c b/epan/dissectors/packet-smb-pipe.c
index b7ba500976..e2bb58e518 100644
--- a/epan/dissectors/packet-smb-pipe.c
+++ b/epan/dissectors/packet-smb-pipe.c
@@ -46,6 +46,7 @@ XXX Fixme : shouldnt show [malformed frame] for long packets
#include "packet-smb-pipe.h"
#include "packet-smb-browse.h"
#include "packet-smb-common.h"
+#include "packet-windows-common.h"
#include "packet-dcerpc.h"
#include "reassemble.h"