Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/wiretap lanalyzer.c

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

From: guy@xxxxxxxxxxxx (Guy Harris)
Date: Sun, 28 Dec 2003 18:25:39 -0600 (CST)
guy         2003/12/28 18:25:39 CST

  Modified files:
    wiretap              lanalyzer.c 
  Log:
  Make all the byte arrays for writing out stuff "guint8" rather than
  "gint8" - there's no reason for them to be signed, and making them
  signed can cause compiler warnings if a value won't fit in 8 bits if
  sign-extended.
  
  Revision  Changes    Path
  1.43      +11 -11    ethereal/wiretap/lanalyzer.c