From ce8f908f40c8dfa5d03d28ac699e45fe30c5bd8e Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Wed, 3 Jul 2002 18:17:30 +0000 Subject: From Devin Heitmueller: treat the "send buffer length" in SMB RAP messages as being present in the packet. svn path=/trunk/; revision=5816 --- packet-smb-pipe.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'packet-smb-pipe.c') diff --git a/packet-smb-pipe.c b/packet-smb-pipe.c index ca3752c3bf..fc5cf59c12 100644 --- a/packet-smb-pipe.c +++ b/packet-smb-pipe.c @@ -8,7 +8,7 @@ XXX Fixme : shouldnt show [malformed frame] for long packets * significant rewrite to tvbuffify the dissector, Ronnie Sahlberg and * Guy Harris 2001 * - * $Id: packet-smb-pipe.c,v 1.79 2002/06/07 10:11:39 guy Exp $ + * $Id: packet-smb-pipe.c,v 1.80 2002/07/03 18:17:30 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -1787,8 +1787,10 @@ dissect_request_parameters(tvbuff_t *tvb, int offset, packet_info *pinfo, case 'T': /* * 16-bit send buffer length. - * This also appears not to be sent over the wire. */ + proto_tree_add_item(tree, hf_send_buf_len, tvb, + offset, 2, TRUE); + offset += 2; break; default: -- cgit v1.2.3