]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: tools: add a generic hexdump function for debugging
authorWilly Tarreau <w@1wt.eu>
Sun, 4 Dec 2016 23:10:57 +0000 (00:10 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 5 Jan 2017 19:12:20 +0000 (20:12 +0100)
commit0ebb511b3ea1b4b00410cedfec5c6bef47d4831a
tree8be8a9fd3746811b652aa6d1921b47791c180451
parent990397ed2e7673f14fc635f8764fe86f41bd4d71
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.
include/common/standard.h
src/standard.c