blob: f3730c70ebdc7bd751a690e069d09fbd181fe547 [file] [log] [blame]
Willy Tarreau339eb0b2021-04-02 14:16:00 +02001This needs to be built from the top makefile, for example :
2
3 make dev/flags/flags
4
5Then the executable is usable either one value at a time from the
6command line, either with values coming from stdin with "-" passed
7alone instead of the value.
8
9It is possible to restrict the decoding to certain fields only by
Willy Tarreau79775fa2022-05-27 09:57:31 +020010specifying one of "ana", "chn", "conn", "sc", "si", "sierr", "strm",
Willy Tarreau339eb0b2021-04-02 14:16:00 +020011"task", or "txn" before the value.
12