aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb-pipe.c
diff options
context:
space:
mode:
authorLars Roland <Lars.Roland@gmx.net>2005-02-09 23:38:00 +0000
committerLars Roland <Lars.Roland@gmx.net>2005-02-09 23:38:00 +0000
commitec9ca01616d179043c0e84d5e5799cfec8ad63ba (patch)
tree6b8d6526fe00a336c75b9118009deb4c690984ad /epan/dissectors/packet-smb-pipe.c
parent125bb2d27803ba28210643ff404072ab0af31f33 (diff)
Move the following files from /trunk to /trunk/epan:
asn1.[ch] follow.[ch] ptvcursor.[ch] reassemble.[ch] xmlstub.[ch] fix #include statements accordingly. svn path=/trunk/; revision=13366
Diffstat (limited to 'epan/dissectors/packet-smb-pipe.c')
-rw-r--r--epan/dissectors/packet-smb-pipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-smb-pipe.c b/epan/dissectors/packet-smb-pipe.c
index e2bb58e518..8d7ca90ee3 100644
--- a/epan/dissectors/packet-smb-pipe.c
+++ b/epan/dissectors/packet-smb-pipe.c
@@ -48,7 +48,7 @@ XXX Fixme : shouldnt show [malformed frame] for long packets
#include "packet-smb-common.h"
#include "packet-windows-common.h"
#include "packet-dcerpc.h"
-#include "reassemble.h"
+#include <epan/reassemble.h>
static int proto_smb_pipe = -1;
static int hf_pipe_function = -1;