parse.c
上传用户:wxp200602
上传日期:2007-10-30
资源大小:4028k
文件大小:159k
源码类别:

SNMP编程

开发平台:

Unix_Linux

  1. /*
  2.  * parse.c
  3.  *
  4.  * Update: 1998-09-22 <mslifcak@iss.net>
  5.  * Clear nbuckets in init_node_hash.
  6.  * New method xcalloc returns zeroed data structures.
  7.  * New method alloc_node encapsulates common node creation.
  8.  * New method to configure terminate comment at end of line.
  9.  * New method to configure accept underscore in labels.
  10.  *
  11.  * Update: 1998-10-10 <daves@csc.liv.ac.uk>
  12.  * fully qualified OID parsing patch
  13.  *
  14.  * Update: 1998-10-20 <daves@csc.liv.ac.uk>
  15.  * merge_anon_children patch
  16.  *
  17.  * Update: 1998-10-21 <mslifcak@iss.net>
  18.  * Merge_parse_objectid associates information with last node in chain.
  19.  */
  20. /* Portions of this file are subject to the following copyrights.  See
  21.  * the Net-SNMP's COPYING file for more details and other copyrights
  22.  * that may apply:
  23.  */
  24. /******************************************************************
  25.         Copyright 1989, 1991, 1992 by Carnegie Mellon University
  26.                       All Rights Reserved
  27. Permission to use, copy, modify, and distribute this software and its
  28. documentation for any purpose and without fee is hereby granted,
  29. provided that the above copyright notice appear in all copies and that
  30. both that copyright notice and this permission notice appear in
  31. supporting documentation, and that the name of CMU not be
  32. used in advertising or publicity pertaining to distribution of the
  33. software without specific, written prior permission.
  34. CMU DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
  35. ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
  36. CMU BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
  37. ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
  38. WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
  39. ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
  40. SOFTWARE.
  41. ******************************************************************/
  42. /*
  43.  * Copyright