commit | 0ebb511b3ea1b4b00410cedfec5c6bef47d4831a | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Dec 05 00:10:57 2016 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jan 05 20:12:20 2017 +0100 |
tree | 8be8a9fd3746811b652aa6d1921b47791c180451 | |
parent | 990397ed2e7673f14fc635f8764fe86f41bd4d71 [diff] |
MINOR: tools: add a generic hexdump function for debugging debug_hexdump() prints to the requested output stream (typically stdout or stderr) an hex dump of the blob passed in argument. This is useful to help debug binary protocols.