commit | 126d40691a09e1bb77e2a0ce7278962b26849a6c | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Dec 03 17:50:47 2013 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Dec 06 11:50:47 2013 +0100 |
tree | 5fd95b6ccd30a3a3cd1b897b0401ff3fce391bde | |
parent | 0ffe78cfe37b3fa3901f3b4f765a8a085c71c92f [diff] |
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.