commit | efab6c61d946b7e421fb1843833d4b2f4737cdb9 | [log] [tgz] |
---|---|---|
author | Gaetan Rivet <grive@u256.net> | Fri Feb 07 15:37:17 2020 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Apr 27 09:39:37 2020 +0200 |
tree | 1efeca89555fd0241fa3b1b0a4cd1c0f2adb620a | |
parent | 21f3695126c1bc2bfdf32e1b12661b40a4311f7e [diff] |
MINOR: checks: add rbinary expect match type The rbinary match works similarly to the rstring match type, however the received data is rewritten as hex-string before the match operation is done. This allows using regexes on binary content even with the POSIX regex engine. [Cf: I slightly updated the patch. mem2hex function was removed and dump_binary is used instead.]