Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal acconfig.h acinclude.m4 asn1.h config.h.win3

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, 12 Mar 2002 04:37:04 -0600 (CST)
guy         2002/03/12 04:37:04 CST

  Modified files:
    .                    acconfig.h acinclude.m4 asn1.h 
                         config.h.win32 configure.in packet-cops.c 
                         packet-snmp.c tethereal.c 
  Log:
  Get rid of the "--enable-snmp" option; instead, use "--with-ucdsnmp".
  Make the directory option to "--with-ucdsnmp" optional.  Handle
  "--with-ucdsnmp" similar to the way "--with-pcap" is handled.
  
  Get rid of unnecessary #defines in "packet-cops.c".
  
  Get rid of no-longer-necessary include of "dlfcn.h" in "packet-snmp.c".
  
  Revision  Changes    Path
  1.23      +3 -1      ethereal/acconfig.h
  1.43      +87 -37    ethereal/acinclude.m4
  1.7       +2 -2      ethereal/asn1.h
  1.34      +3 -4      ethereal/config.h.win32
  1.159     +24 -51    ethereal/configure.in
  1.24      +2 -17     ethereal/packet-cops.c
  1.88      +22 -26    ethereal/packet-snmp.c
  1.132     +3 -5      ethereal/tethereal.c