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 | ||||
10 | specifying one of "ana", "chn", "conn", "cs", "si", "sierr", "strm", | ||||
11 | "task", or "txn" before the value. | ||||
12 |