Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal packet-snmp.c packet-udp.c Makefile.am

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:32:49 -0600 (CST)
guy         1999/12/04 20:32:46 CST

  Modified files:
    .                    packet-snmp.c packet-udp.c Makefile.am 
                         configure.in packet-ipx.c packet-atm.c 
                         ethertype.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.15      +42 -20    ethereal/packet-snmp.c
  1.40      +1 -3      ethereal/packet-udp.c
  1.125     +7 -7      ethereal/Makefile.am
  1.63      +1 -7      ethereal/configure.in
  1.42      +1 -8      ethereal/packet-ipx.c
  1.10      +1 -13     ethereal/packet-atm.c
  1.20      +1 -3      ethereal/ethertype.c