Removed trailing whitespaces from .h and .c files using the
[obnox/wireshark/wip.git] / packet-smb-pipe.h
index a0717aaf5a0c72ed2364f557e1773bb3b2eff9e1..6f86f91c7e3c2febce4adb0dffc78d26de6551bb 100644 (file)
@@ -2,10 +2,10 @@
  * Declarations of routines for SMB named pipe packet dissection
  * Copyright 1999, Richard Sharpe <rsharpe@ns.aus.com>
  *
- * $Id: packet-smb-pipe.h,v 1.3 2001/08/05 00:16:36 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@zing.org>
+ * By Gerald Combs <gerald@ethereal.com>
  * Copyright 1998 Gerald Combs
  * 
  * This program is free software; you can redistribute it and/or
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  */
 
+#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(const u_char *pd, int offset, frame_data *fd,
-    proto_tree *parent, proto_tree *tree, int max_data,
-    int SMB_offset, int errcode, const u_char *command,
-    int DataOffset, int DataCount, int ParameterOffset, int ParameterCount);
+dissect_pipe_dcerpc(tvbuff_t *d_tvb, packet_info *pinfo, proto_tree *parent_tree,
+               proto_tree *tree, guint32 fid);
+
+#endif