On Thu, Apr 11, 2002 at 02:39:27AM -0700, Guy Harris wrote: > I'm a bit suspicious that the fact that it works on > "cur_offset" rather than "offset" may be a bug;
...and rightly so, given that... > the X11 dissector needs to have its heavy use of global variables > cleaned up a bit, ...after cleaning that up a bit, and making that routine use the "offset" argument passed to it, at least one X11 packet is dissected differently - and the new dissection is correct (and the old one wasn't). "packet-x11.c" is now free of unused argument and variable errors.
