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: Thu, 29 Jun 2000 04:37:13 -0500 (CDT)
guy         2000/06/29 04:37:09 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.41      +2 -2      ethereal/packet-snmp.c