Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal prefs.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Gilbert Ramirez Jr. <gram@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 19 Nov 2001 13:53:15 -0600 (CST)
gram        2001/11/19 13:53:15 CST

  Modified files:
    .                    prefs.c 
  Log:
  When reading the preferences file, if the "module.preference" string
  references an unknown module, check the "preference" part to see if
  another "." is found; iterate until a known module is found, or until
  nor more "."'s are found.
  
  Needed for the new "x.25.non_q_bit_is_sna" preference.
  
  Revision  Changes    Path
  1.73      +35 -18    ethereal/prefs.c