Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/tools asn2eth.py

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, 25 May 2004 16:06:54 -0500 (CDT)
guy         2004/05/25 16:06:54 CDT

  Modified files:
    tools                asn2eth.py 
  Log:
  Replace some Windows dash/hyphen character with a "-" in some comments.
  
  Make the header files declare the "value_string" arrays as "extern", so
  as to prevent problems on some platforms when building a shared
  libethereal.
  
  Note that, at least currently, we have separate "PER_NOT_DECODED_YET()"
  and "BER_NOT_DECODED_YET()" macros, rather than a common
  "NOT_DECODED_YET()" macro.
  
  Revision  Changes    Path
  1.2       +8 -5      ethereal/tools/asn2eth.py