Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-x11.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Sat, 18 Nov 2000 20:48:25 -0600 (CST)
guy         2000/11/18 20:48:25 CST

  Modified files:
    .                    packet-x11.c 
  Log:
  Finish tvbuffifying the X11 dissector - instead of having it be an
  old-style dissector that does a "tvb_create_from_top()" and then calls
  new-style-dissector subroutines, just use tvbuffs throughout.
  
  Turn "tvb" from a global variable into an argument (as we no longer
  create that tvbuff).
  
  Revision  Changes    Path
  1.12      +113 -133  ethereal/packet-x11.c