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: Tue, 26 Oct 1999 21:05:14 -0500 (CDT)
guy         1999/10/26 21:05:11 CDT

  Modified files:
    .                    packet-snmp.c 
  Log:
  Arrange that "proto_register_snmp()" be defined regardless of whether
  SNMP dissection is enabled or not, so that if "register.c" was generated
  by scanning a list of files that include "packet-snmp.c" even though
  SNMP dissection isn't enabled (the standard "Makefile.in" and
  "configure" script won't cause that to happen, but source distributions
  such as BSD ports may be set up to do that), and thus includes a call to
  "proto_register_snmp()", that won't cause the link to fail.
  
  Revision  Changes    Path
  1.12      +12 -3     ethereal/packet-snmp.c