From 7cd2bc5659d76ce8975105b2924a6c2ca06cc9ad Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Tue, 20 Nov 2001 06:24:20 +0000 Subject: Save the function code and FID for pipe requests, and use it for the matching responses. svn path=/trunk/; revision=4228 --- smb.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'smb.h') diff --git a/smb.h b/smb.h index 0626d9d8a6..fb204d9b35 100644 --- a/smb.h +++ b/smb.h @@ -2,7 +2,7 @@ * Defines for smb packet dissection * Copyright 1999, Richard Sharpe * - * $Id: smb.h,v 1.23 2001/11/19 10:06:42 guy Exp $ + * $Id: smb.h,v 1.24 2001/11/20 06:24:20 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -646,6 +646,8 @@ typedef struct { typedef struct { int subcmd; int trans_subcmd; + int function; + int fid; guint16 lanman_cmd; guchar *param_descrip; /* Keep these descriptors around */ guchar *data_descrip; @@ -672,6 +674,6 @@ typedef struct smb_info { * Add a FID to the protocol tree and the Info column. */ extern void add_fid(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, - int offset, guint16 fid); + int offset, int len, guint16 fid); #endif -- cgit v1.2.3