from dieder:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 27 Feb 2006 09:02:16 +0000 (09:02 +0000)
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 27 Feb 2006 09:02:16 +0000 (09:02 +0000)
packet-x11
copy and past overlooked? test with 8 but substract to 4.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17420 f5534014-38df-0310-8fa8-9805f1628bb7

epan/dissectors/packet-x11.c

index 28af1bbcde6fac4e950b7abc17a0c64a2194eeed..06c3ffff30fba187a74676e5894daf0594f1b712 100644 (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;
                        }
                }