Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-mysql.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: Mon, 20 Jan 2003 00:54:53 -0600 (CST)
guy         2003/01/20 00:54:52 CST

  Modified files:
    .                    packet-mysql.c 
  Log:
  Use "tcp_dissect_pdus()" rather than doing that stuff ourselves.
  
  "mysql_handle" doesn't need to be static.
  
  "is_response" is really a Boolean; make it a gboolean.
  
  Get rid of some unused variables.
  
  Revision  Changes    Path
  1.2       +83 -98    ethereal/packet-mysql.c