Hi all, I searched, I read, I tried, but couldn't find a solution to my problem. Probably I'm trying a way which would never work and therefor (before getting crazy) I want to ask whether someone give me the right hint.
I want a stricky table key consisting from src IP address and Host Header: http-request track-sc0 src => does work of course capture request header Host len 64 http-request track-sc0 capture.req.hdr(0),lower,crc32c(1) => does work So, my question: How can I construct a key consisting of both parts in any way concatenated? Is is possible as a oneliner on http-request track-sc0 <the stuff i need> or do I have to do some intermediate variable assignment? Any hint (or solution) would be very appreciated. Best regards Andreas