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