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: Wed, 28 Jun 2000 00:15:18 -0500 (CDT)
guy         2000/06/28 00:15:16 CDT

  Modified files:
    .                    packet-snmp.c 
  Log:
  Make "format_oid()" allocate a buffer that's big enough, format the OID
  string into it, and return a pointer to that buffer, rather than being
  passed a buffer.  This gets rid of some additional fixed-length string
  buffers (and makes it more closely resemble the "format_oid()" in the
  libsmi-based "packet-snmp.c" under development).
  
  Revision  Changes    Path
  1.40      +24 -16    ethereal/packet-snmp.c