]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: tools: add a generic binary hex string parser
authorWilly Tarreau <w@1wt.eu>
Tue, 3 Dec 2013 16:50:47 +0000 (17:50 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 6 Dec 2013 10:50:47 +0000 (11:50 +0100)
commit126d40691a09e1bb77e2a0ce7278962b26849a6c
tree5fd95b6ccd30a3a3cd1b897b0401ff3fce391bde
parent0ffe78cfe37b3fa3901f3b4f765a8a085c71c92f
MINOR: tools: add a generic binary hex string parser

We currently use such an hex parser in pat_parse_bin() to parse hex
string patterns. We'll need another generic one so let's move it to
standard.c and have pat_parse_bin() make use of it.
include/common/standard.h
src/pattern.c
src/standard.c