Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan column-utils.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: Tue, 22 Oct 2002 23:23:03 -0500 (CDT)
guy         2002/10/22 23:23:03 CDT

  Modified files:
    epan                 column-utils.c 
  Log:
  Put a leading "0x" in front of the hex value for ARCNET addresses when
  generating a filter expression to match the address, so it's parsed
  correctly (as a hex number rather than a string) if there are
  non-decimal digits (A through F).
  
  Revision  Changes    Path
  1.24      +2 -2      ethereal/epan/column-utils.c