commit | 18bf01e90034c4b8f0ab338d2e6e1e8b64a1df47 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Jun 13 16:18:52 2014 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Jun 13 16:45:53 2014 +0200 |
tree | b5d8a9f7d7a41242484f7a393da20c027edb735d | |
parent | 3a4ac422cecbaf828d14562705e256cd31e9fd75 [diff] |
MEDIUM: tcp: add a new tcp-request capture directive This new directive captures the specified fetch expression, converts it to text and puts it into the next capture slot. The capture slots are shared with header captures so that it is possible to dump all captures at once or selectively in logs and header processing. The purpose is to permit logs to contain whatever payload is found in a request, for example bytes at a fixed location or the SNI of forwarded SSL traffic.