]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: tools: add dump_hex()
authorWilly Tarreau <w@1wt.eu>
Mon, 20 May 2019 14:13:40 +0000 (16:13 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 20 May 2019 14:51:30 +0000 (16:51 +0200)
commit9fc5dcbd715a0f18157c4dd59b57edbddf547494
treeacf2735fa3ddc7c1bd54c40e9089de802e5e30fd
parentda5a63f8f15fb9815c9c56431217d68c34f01ac4
MINOR: tools: add dump_hex()

This is used to dump a memory area into a buffer for debugging purposes.
include/common/standard.h
src/standard.c