Do the "follow TCP stream" stuff before calling the subdissector, so
[obnox/wireshark/wip.git] / packet-smb-pipe.h
index a1c476fb57db63ed7f82aaf277468fadc24b87f6..6f86f91c7e3c2febce4adb0dffc78d26de6551bb 100644 (file)
@@ -2,7 +2,7 @@
  * Declarations of routines for SMB named pipe packet dissection
  * Copyright 1999, Richard Sharpe <rsharpe@ns.aus.com>
  *
- * $Id: packet-smb-pipe.h,v 1.6 2001/11/15 10:41:52 guy Exp $
+ * $Id: packet-smb-pipe.h,v 1.10 2002/03/16 04:39:28 sahlberg Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>
 #ifndef _PACKET_SMB_PIPE_H_
 #define _PACKET_SMB_PIPE_H_
 
+extern gboolean
+dissect_pipe_smb(tvbuff_t *sp_tvb, tvbuff_t *s_tvb, tvbuff_t *pd_tvb,
+                tvbuff_t *p_tvb, tvbuff_t *d_tvb, const char *pipe,
+                packet_info *pinfo, proto_tree *tree);
 gboolean
-dissect_pipe_smb(tvbuff_t *t_tvb, tvbuff_t *p_tvb, tvbuff_t *d_tvb,
-                const char *pipe, packet_info *pinfo, proto_tree *tree);
+dissect_pipe_dcerpc(tvbuff_t *d_tvb, packet_info *pinfo, proto_tree *parent_tree,
+               proto_tree *tree, guint32 fid);
 
 #endif