https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5837
--- Comment #3 from Chris Maynard <christopher.maynard@xxxxxxxxx> 2011-04-17 15:42:11 PDT ---
This is my fault. I did not realize that the back-port of r36629 to the 1.4.x
tree also depends on the r35896 change to epan/proto.c.
I manually applied it and it fixed the problem. So how to proceed? Should we
back-port the r35896 change to epan/proto.c, or alternatively, we could change
epan/dissectors/packet-tcp.c to NOT pass NULL as the start_ptr but call
tvb_get_ptr(tvb, deseg_offset, -1) directly?
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.