Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/wiretap ascend-grammar.y ascend-int.h ascend

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: Tue, 6 Jan 2004 14:05:39 -0600 (CST)
guy         2004/01/06 14:05:39 CST

  Modified files:
    wiretap              ascend-grammar.y ascend-int.h 
                         ascend-scanner.l 
  Log:
  Packet data is an array of "guint8"s, not an array of "char"s; declare
  variables appropriately.
  
  Put in a cast to squelch MSVC++ warnings.
  
  Revision  Changes    Path
  1.25      +4 -4      ethereal/wiretap/ascend-grammar.y
  1.10      +3 -4      ethereal/wiretap/ascend-int.h
  1.27      +2 -3      ethereal/wiretap/ascend-scanner.l