Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal proto.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: Sat, 4 Dec 1999 20:34:03 -0600 (CST)
guy         1999/12/04 20:33:59 CST

  Modified files:
    .                    proto.c 
  Log:
  As per Nathan Leulinger's suggestion, have a stub SNMP dissector if
  there are no SNMP libraries to use in a real dissector; this means that
  other dissectors don't have to care if there are SNMP libraries, they
  can just call "dissect_snmp()" - and this also simplifies "Makefile.am"
  and "configure.in" a bit, as they just treat "packet-snmp.c" and
  "packet-snmp.h" the same way they treat other dissector source files.
  
  Revision  Changes    Path
  1.51      +1 -7      ethereal/proto.c