/*

Copyright 1987 by Rensselaer Polytechnic Institute

Permission to use, copy, modify, and distribute this
software and its documentation for any purpose and without
fee is hereby granted, provided that the above copyright
notice appear in all copies and that both that copyright
notice and this permission notice appear in supporting
documentation, and that the name of RPI not be used in
advertising or publicity pertaining to distribution of the
software without specific, written prior permission.
RPI makes no representations about the suitability of
this software for any purpose.  It is provided "as is"
without express or implied warranty.

*/

This directory contains the X.409 parser src for the RPI implementation
of the Simple Gateway Monitoring Protocol.

Files:
-rw-r--r--  1 umon          398 Jul 19 08:16 Makefile
-rw-r--r--  1 umon          115 Jul 20 15:21 README
-rw-r--r--  1 umon         2028 Jul 19 08:05 parse_msgs.c
-rw-r--r--  1 umon         2168 Jul 19 08:05 parse_pkt.c
-rw-r--r--  1 umon        11154 Jul 19 08:05 parse_types.c
-rw-r--r--  1 umon         9345 Jul 19 08:05 parse_util.c

Brief descriptions of file contents may be found in the files,
with brief descriptions of functions found just before the functions.

Note that the parser expects the value fields in the 'var_op_type' variables
contained in a var_op_list to be present always. This means that an
incoming Get Request Message should have arbitrary values for variables
requested; the var_op_list should not be only a list of 'var_name' types.

