Mailing List Archive

libnasl/include nasl.h,1.30,1.31
Update of /usr/local/cvs/libnasl/include
In directory raccoon.nessus.org:/tmp/cvs-serv3507/libnasl/include

Modified Files:
nasl.h
Log Message:
Synchronize back DEVEL with 2.2

Index: nasl.h
===================================================================
RCS file: /usr/local/cvs/libnasl/include/nasl.h,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- nasl.h 16 Mar 2005 20:13:28 -0000 1.30
+++ nasl.h 12 Sep 2006 09:43:23 -0000 1.31
@@ -54,8 +54,16 @@
* Level 2202
* Only signed scripts can write 'Secret/' entries in the KB
* New function: open_sock_to_kdc()
+ *
+ * Level 2203
+ * New function send_capture()
+ * Fixed shared sockets
+ *
+ * Level 2204
+ * Arrays of arrays
+ *
*/
-#define NASL_LEVEL 2202
+#define NASL_LEVEL 2204


int execute_nasl_script(struct arglist *, const char *, const char *, int);
@@ -72,4 +80,10 @@
#define NASL_COMMAND_LINE (1 << 4)
#define NASL_LINT (1 << 5)

+
+#define NASL_ERR_NOERR 0
+#define NASL_ERR_ETIMEDOUT 1
+#define NASL_ERR_ECONNRESET 2
+#define NASL_ERR_EUNREACH 3
+#define NASL_ERR_EUNKNOWN 99
#endif

_______________________________________________
Nessus-cvs mailing list
Nessus-cvs@list.nessus.org
http://mail.nessus.org/mailman/listinfo/nessus-cvs