Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-ber.c

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, 11 May 2004 02:26:45 -0500 (CDT)
guy         2004/05/11 02:26:45 CDT

  Modified files:
    .                    packet-ber.c 
  Log:
  In the top-level summary item for a bitstring, show the names of the
  bits as a parenthesized, comma-separated lists - using only blanks as
  separators doesn't work well if the names themselves have blanks in
  them, as some of them do.
  
  Note that "dissect_ber_integer()" won't work well if the length of the
  item isn't appropriate for the field, e.g. a length > 4 for an FT_INTn
  or FT_UINTn field.
  
  Revision  Changes    Path
  1.8       +23 -5     ethereal/packet-ber.c