From 31bfe1f262c218574686ffdabef19cb40ae65ac3 Mon Sep 17 00:00:00 2001 From: Christopher Faulet Date: Fri, 9 Dec 2016 17:42:38 +0100 Subject: [PATCH] DOC: Add undocumented argument of the trace filter [wt: to backport to 1.7] --- doc/configuration.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/configuration.txt b/doc/configuration.txt index 4cc9926b0..f24c39623 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -16203,7 +16203,7 @@ See also : "filter" 9.1. Trace ---------- -filter trace [name ] [random-parsing] [random-forwarding] +filter trace [name ] [random-parsing] [random-forwarding] [hexdump] Arguments: is an arbitrary name that will be reported in @@ -16219,6 +16219,8 @@ filter trace [name ] [random-parsing] [random-forwarding] data. With this parameter, it only forwards a random amount of the parsed data. + dumps all forwarded data to the server and the client. + This filter can be used as a base to develop new filters. It defines all callbacks and print a message on the standard error stream (stderr) with useful information for all of them. It may be useful to debug the activity of other