from dieder:

packet-x11
copy and past overlooked? test with 8 but substract to 4.

svn path=/trunk/; revision=17420
This commit is contained in:
Anders Broman 2006-02-27 09:02:16 +00:00
parent 0fc74ff335
commit 21a8f186bb
1 changed files with 1 additions and 1 deletions

View File

@ -4441,7 +4441,7 @@ dissect_x11_replies(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
* return.
*/
pinfo->desegment_offset = offset;
pinfo->desegment_len = 4 - length_remaining;
pinfo->desegment_len = 8 - length_remaining;
return;
}
}