X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=util%2Foid.c;h=cb93fedb820d4e77b3730c5125e3b316516990d9;hb=d205d4870b1d64af05e9d6f6a2223086af4cce9e;hp=bdfc16fb8b813eb97ecba5b9ec406511acfeb4d9;hpb=0d8c0f33c8ab0063c1fac9b1188b9e353d35de5d;p=yaz-moved-to-github.git diff --git a/util/oid.c b/util/oid.c index bdfc16f..cb93fed 100644 --- a/util/oid.c +++ b/util/oid.c @@ -4,7 +4,13 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: oid.c,v $ - * Revision 1.37 1999-09-13 12:51:15 adam + * Revision 1.39 1999-12-16 23:36:19 adam + * Implemented ILL protocol. Minor updates ASN.1 compiler. + * + * Revision 1.38 1999/11/30 13:47:12 adam + * Improved installation. Moved header files to include/yaz. + * + * Revision 1.37 1999/09/13 12:51:15 adam * Added CLIENT IP OID. * * Revision 1.36 1999/05/27 13:02:20 adam @@ -149,8 +155,8 @@ #include #include -#include -#include +#include +#include static int z3950_prefix[] = { 1, 2, 840, 10003, -1 }; static int sr_prefix[] = { 1, 0, 10163, -1 }; @@ -173,6 +179,8 @@ static oident oids[] = "BER" }, {PROTO_GENERAL, CLASS_TRANSYN, VAL_ISO2709, {1,0,2709,1,1,-1}, "ISO2709"}, + {PROTO_GENERAL, CLASS_GENERAL, VAL_ISO_ILL_1, {1,2,10161,2,1,-1}, + "ISOILL-1"}, /* Z39.50v3 definitions */ {PROTO_Z3950, CLASS_ABSYN, VAL_APDU, {2,1,-1}, "Z-APDU"},