Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal ethereal_gen.py

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: Fri, 20 Jul 2001 04:50:10 -0500 (CDT)
guy         2001/07/20 04:50:09 CDT

  Modified files:
    .                    ethereal_gen.py 
  Log:
  Do not put zero-length arrays into the generated dissector; GCC may let
  you get away with them, but other compilers, e.g. Microsoft Visual C++,
  don't.
  
  Revision  Changes    Path
  1.7       +5 -1      ethereal/ethereal_gen.py