I'm having some trouble trying to inspect the payload. Can you provide a simple example whereby one might inspect a series of bytes on the payload.
I've done something like the following (with many variations) and no success. tcp-request inspect-delay 10s acl FirstFourBytesZero payload(1,4) -m bin 00000000 tcp-request content accept if FirstFourBytesZero Thanks, Nathan

