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

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxx>
Date: Mon, 8 Sep 2003 15:45:50 -0500 (CDT)
guy         2003/09/08 15:45:50 CDT

  Modified files:
    .                    packet-snmp.c 
  Log:
  There is no such thing as a preference that's not set - string
  preferences are set to a null string if their value is null - so just
  initialize "mib_modules" to DEF_MIB_MODULES and then, in the register
  routine, override that with the setting of MIBS if it's set.
  
  Revision  Changes    Path
  1.116     +20 -28    ethereal/packet-snmp.c