/*

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 builder src for the RPI implementation
of the Simple Gateway Monitoring Protocol.

total 33
-rw-rw-rw-  1 umon         1030 Aug  7 07:38 Makefile
-rw-r--r--  1 umon          771 Aug 17 11:24 README
-rw-rw-rw-  1 umon         3579 Aug  7 07:27 build_msgs.c
-rw-r--r--  1 umon          492 Aug 15 00:09 build_msgs.o
-rw-rw-rw-  1 umon         3668 Aug  7 07:28 build_sgmp_pkt.c
-rw-r--r--  1 umon          625 Aug 15 00:09 build_sgmp_pkt.o
-rw-rw-rw-  1 umon         6591 Aug 10 13:01 build_types.c
-rw-r--r--  1 umon         1311 Aug 15 00:09 build_types.o
-rw-rw-rw-  1 umon         8700 Aug 10 13:08 build_util.c
-rw-r--r--  1 umon         1198 Aug 15 00:09 build_util.o

Descriptions of the various functions can be found at the beginning
of each function.

Note that the packet builder expects the value fields of each variable
of 'var_op_type' to be present. In the case of Get Request Messages
(which don't have any values corresponding to variable names), some
arbitrary value (NULL, or 0) should be used as a placeholder: the
value field HAS to be present in the message structure passed to the
packet builder.
