From c12f72ebdc8542d3cfd3c6b55de9405e4c50db5b Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Wed, 1 Aug 2001 03:51:16 +0000 Subject: "dissect_pipe_lanman()" is no longer used outside "packet-smb-pipe.c"; make it static to "packet-smb-pipe.c". svn path=/trunk/; revision=3804 --- packet-smb-pipe.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'packet-smb-pipe.h') diff --git a/packet-smb-pipe.h b/packet-smb-pipe.h index 5b7f00d9c3..5cb8554447 100644 --- a/packet-smb-pipe.h +++ b/packet-smb-pipe.h @@ -2,7 +2,7 @@ * Declarations of routines for SMB named pipe packet dissection * Copyright 1999, Richard Sharpe * - * $Id: packet-smb-pipe.h,v 1.1 2001/03/18 03:23:30 guy Exp $ + * $Id: packet-smb-pipe.h,v 1.2 2001/08/01 03:51:16 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -23,13 +23,6 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -gboolean -dissect_pipe_lanman(const u_char *pd, int offset, frame_data *fd, - proto_tree *parent, proto_tree *tree, struct smb_info si, - int max_data, int SMB_offset, int errcode, int dirn, - const u_char *command, int DataOffset, int DataCount, - int ParameterOffset, int ParameterCount); - gboolean dissect_pipe_smb(const u_char *pd, int offset, frame_data *fd, proto_tree *parent, proto_tree *tree, struct smb_info si, int max_data, -- cgit v1.2.3