commit | bbfd1a25eea2d840ee96ba7066476c96bbcf5d6b | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Jul 15 21:19:08 2014 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Jul 15 21:36:15 2014 +0200 |
tree | 9ef60ff13aa7cc40ae1896d5d67bb60158d7e7e0 | |
parent | 23ec4ca1bb995e3f6fbb488e5e05da7af05565a9 [diff] |
MINOR: sample: allow integers to cast to binary Doing so finally allows to apply the hex converter to integers as well. Note that all integers are represented in 32-bit, big endian so that their conversion remains human readable and portable. A later improvement to the hex converter could be to make it trim leading zeroes, and/or to only report a number of least significant bytes.