Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-mbtcp.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: Wed, 7 May 2003 19:42:31 -0500 (CDT)
guy         2003/05/07 19:42:30 CDT

  Modified files:
    .                    packet-mbtcp.c 
  Log:
  From Stephen Shelley: the unit ID and function code fields in the Modbus
  header are unsigned - make them so.
  
  While we're at it, make them "guint8" rather than "guchar", to make it
  explicit that they're one byte long.
  
  Revision  Changes    Path
  1.14      +3 -3      ethereal/packet-mbtcp.c