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@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 11 Nov 2002 11:34:23 -0600 (CST)
guy         2002/11/11 11:34:23 CST

  Modified files:
    .                    packet-snmp.c 
  Log:
  "#ifdef" doesn't take Boolean expressions as arguments; use "#if
  defined(A) && defined(B)" to check whether both A and B are defined.
  
  Revision  Changes    Path
  1.102     +2 -2      ethereal/packet-snmp.c