From Ronnie Sahlberg:
[obnox/wireshark/wip.git] / packet-smb-pipe.h
index db30e8bb74e491c4b685d0ce7df118dda9105f39..7084a5d7da6792ba257e74e0312b90906b3699db 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.4 2001/08/05 01:15:26 guy Exp $
+ * $Id: packet-smb-pipe.h,v 1.9 2001/11/19 11:41:51 guy Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>
@@ -26,8 +26,9 @@
 #ifndef _PACKET_SMB_PIPE_H_
 #define _PACKET_SMB_PIPE_H_
 
-gboolean
-dissect_pipe_smb(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
-                char *command);
+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);
 
 #endif