On Tue, Aug 16, 2016 at 09:47:54AM +0000, Ariano-Tim Donda wrote: > Hi Bryan > > Yes, I want to check a binary but I need case analysis. Therefore the best > were something like regex for binary
But regex API only support null-terminated strings. That said I'm not
seeing any case-sensitive characters in your string below so you can
definitely change this one to raw binary :
> tcp-check expect rstring ^\x9a\x00\x00.{5}\x00{13}\x10\x00\x04
Willy

