Willy Tarreau | 339eb0b | 2021-04-02 14:16:00 +0200 | [diff] [blame] | 1 | This needs to be built from the top makefile, for example : |
| 2 | |
| 3 | make dev/flags/flags |
| 4 | |
| 5 | Then the executable is usable either one value at a time from the |
| 6 | command line, either with values coming from stdin with "-" passed |
| 7 | alone instead of the value. |
| 8 | |
| 9 | It is possible to restrict the decoding to certain fields only by |
Willy Tarreau | 79775fa | 2022-05-27 09:57:31 +0200 | [diff] [blame] | 10 | specifying one of "ana", "chn", "conn", "sc", "si", "sierr", "strm", |
Willy Tarreau | 339eb0b | 2021-04-02 14:16:00 +0200 | [diff] [blame] | 11 | "task", or "txn" before the value. |
| 12 | |