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@xxxxxxxxxxxx>
Date: Fri, 10 Dec 1999 14:45:44 -0600 (CST)
guy         1999/12/10 14:45:42 CST

  Modified files:
    .                    packet-snmp.c 
  Log:
  CMU SNMP doesn't have a documented way of including *only* those header
  files you need for the MIB-related routines, so I'm including
  <snmp/snmp.h>; unfortunately, that "helpfully" defines a pile of things
  we later define, giving rise to a bunch of compiler complaints, so we
  undefine them after including <snmp/snmp.h>.
  
  Revision  Changes    Path
  1.17      +33 -1     ethereal/packet-snmp.c