Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan to_str.c to_str.h

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: Mon, 8 Dec 2003 17:40:13 -0600 (CST)
guy         2003/12/08 17:40:13 CST

  Modified files:
    epan                 to_str.c to_str.h 
  Log:
  Get rid of the private "my_decode_bitfield_value()" a number of
  dissectors had.  Instead, rename it "other_decode_bitfield_value()", put
  it in "epan/to_str.c", and make "decode_bitfield_value()" use it.
  
  Revision  Changes    Path
  1.41      +12 -2     ethereal/epan/to_str.c
  1.20      +3 -1      ethereal/epan/to_str.h