<div dir="ltr">This works in 2.0.8:<br><br>pcre:"/\.com$/W";<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jun 19, 2015 at 2:39 AM, Darren Spruell <span dir="ltr"><<a href="mailto:phatbuckett@gmail.com" target="_blank">phatbuckett@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">For normalized HTTP headers, and with PCRE /W modifier for the<br>
http_host buffer (for example), does matching end of buffer accept a<br>
bare $ anchor or is the header's \r\n / 0x0d0a / CRLF left intact?<br>
<br>
Wondering for example if matching Host headers with the glob *.in<br>
should be done as:<br>
<br>
pcre:"/\.in$/W";<br>
<br>
or:<br>
<br>
pcre:"/\.in\r$/W";<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Darren Spruell<br>
<a href="mailto:phatbuckett@gmail.com">phatbuckett@gmail.com</a><br>
_______________________________________________<br>
Suricata IDS Users mailing list: <a href="mailto:oisf-users@openinfosecfoundation.org">oisf-users@openinfosecfoundation.org</a><br>
Site: <a href="http://suricata-ids.org" rel="noreferrer" target="_blank">http://suricata-ids.org</a> | Support: <a href="http://suricata-ids.org/support/" rel="noreferrer" target="_blank">http://suricata-ids.org/support/</a><br>
List: <a href="https://lists.openinfosecfoundation.org/mailman/listinfo/oisf-users" rel="noreferrer" target="_blank">https://lists.openinfosecfoundation.org/mailman/listinfo/oisf-users</a><br>
Suricata User Conference November 4 & 5 in Barcelona: <a href="http://oisfevents.net" rel="noreferrer" target="_blank">http://oisfevents.net</a><br>
</font></span></blockquote></div><br></div>