diff options
author | Andrew Colin Kissa <andrew@topdog.za.net> | 2017-03-12 19:14:47 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-03-12 19:14:47 +0000 |
commit | 71b32d412ac4792ca5e8d4a697afddb46c407bd9 (patch) | |
tree | e69ba0ceada72514eda7e058a7d73fd3e26b0264 /doc | |
parent | ea0d0cfba5fa9267c0f82af617f2094bc7545745 (diff) |
Malware: new connection type "f-prot6d" for FPSCAND protocol over TCP
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 12 | ||||
-rw-r--r-- | doc/doc-txt/NewStuff | 2 |
2 files changed, 14 insertions, 0 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index 44f9d26ff..be93cf670 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -31539,6 +31539,18 @@ av_scanner = f-protd:localhost 10200-10204 .endd If you omit the argument, the default values show above are used. +.new +.vitem &%f-prot6d%& +.cindex "virus scanners" "f-prot6d" +The f-prot6d scanner is accessed using the FPSCAND protocol over TCP. +One argument is taken, being a space-separated hostname and port number. +For example: +.code +av_scanner = f-prot6d:localhost 10200 +.endd +If you omit the argument, the default values show above are used. +.wen + .vitem &%fsecure%& .cindex "virus scanners" "F-Secure" The F-Secure daemon scanner (&url(http://www.f-secure.com)) takes one diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index 3594d1d6a..872371fcb 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -21,6 +21,8 @@ Version 4.90 making new TLS sessions, at the cost of having to proxy the data via another process. Logging is also affected. + 4. A malware connection type for the FPSCAND protocol. + Version 4.89 ------------ |