Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan/dfilter semcheck.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, 27 Nov 2002 19:46:15 -0600 (CST)
guy         2002/11/27 19:46:15 CST

  Modified files:
    epan/dfilter         semcheck.c 
  Log:
  Make the "strings" pointer in a "header_field_info" structure a const
  pointer, and put "const" into the casts in "VALS()" and "TFS()" macros,
  so we don't un-constify pointers to "value_string" arrays and
  "true_false_string" structures.
  
  Make some things "const" to keep the compiler happy with the previous
  change.
  
  Revision  Changes    Path
  1.14      +4 -4      ethereal/epan/dfilter/semcheck.c