[Openvas-commits] r1386 - trunk/openvas-compendium
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri Sep 19 15:49:45 CEST 2008
Author: mwiegand
Date: 2008-09-19 15:49:45 +0200 (Fri, 19 Sep 2008)
New Revision: 1386
Modified:
trunk/openvas-compendium/ChangeLog
trunk/openvas-compendium/openvas-compendium.tex
Log:
* openvas-compendium.tex: Added new NASL commands, added documentation
for OTP BYE command.
Modified: trunk/openvas-compendium/ChangeLog
===================================================================
--- trunk/openvas-compendium/ChangeLog 2008-09-19 12:31:41 UTC (rev 1385)
+++ trunk/openvas-compendium/ChangeLog 2008-09-19 13:49:45 UTC (rev 1386)
@@ -1,3 +1,8 @@
+2008-09-19 Michael Wiegand <michael.wiegand at intevation.de>
+
+ * openvas-compendium.tex: Added new NASL commands, added documentation
+ for OTP BYE command.
+
2008-09-18 Michael Wiegand <michael.wiegand at intevation.de>
* openvas-compendium.tex: Added note explaining protocol status.
Modified: trunk/openvas-compendium/openvas-compendium.tex
===================================================================
--- trunk/openvas-compendium/openvas-compendium.tex 2008-09-19 12:31:41 UTC (rev 1385)
+++ trunk/openvas-compendium/openvas-compendium.tex 2008-09-19 13:49:45 UTC (rev 1386)
@@ -2795,6 +2795,8 @@
\item \verb!security_hole()!
\item \verb!security_info()!
\item \verb!security_note()!
+ \item \verb!log_message()!
+ \item \verb!debug_message()!
\end{itemize}
\xname{nasl-crypto-functions}
@@ -4100,6 +4102,21 @@
\item[file\_content] the actual file as byte stream.
\end{description}
+\xname{otp-bye}
+\subsection{BYE}
+
+\paragraph{Description:}
+This command is used by the server to indicate that a scan session has finished.
+
+The client is expected to acknowlegde this command.
+
+\paragraph{Syntax:}
+
+\begin{verbatim}
+SERVER <|> BYE <|> BYE <|> SERVER
+CLIENT <|> BYE <|> ACK
+\end{verbatim}
+
\xname{otp-complete_list}
\subsection{COMPLETE\_LIST}
More information about the Openvas-commits
mailing list