Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal acconfig.h asn1.h configure.in 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@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 23 Oct 2002 13:24:06 -0500 (CDT)
guy         2002/10/23 13:24:06 CDT

  Modified files:
    .                    acconfig.h asn1.h configure.in 
                         packet-snmp.c tethereal.c 
  Log:
  From Wes Hardaker:
  
  	Define HAVE_SOME_SNMP if either HAVE_UCD_SNMP or HAVE_NET_SNMP
  	is defined, and use HAVE_SOME_SNMP, rather than HAVE_UCD_SNMP,
  	in most places when testing whether we have an SNMP library or
  	not.
  
  	Be more selective when including Net-SNMP header files.
  
  Fix up {gtk,gtk2}/main.c to do the same SNMP stuff that tethereal.c
  does - including the MIB stuff that gtk/main.c was doing but gtk2/main.c
  wasn't doing.
  
  Fix the copyright date in gtk/main.c.
  
  Revision  Changes    Path
  1.27      +6 -1      ethereal/acconfig.h
  1.11      +3 -3      ethereal/asn1.h
  1.185     +23 -14    ethereal/configure.in
  1.98      +5 -4      ethereal/packet-snmp.c
  1.163     +17 -7     ethereal/tethereal.c