<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.security.ids.snort.devel">
    <title>gmane.comp.security.ids.snort.devel</title>
    <link>http://permalink.gmane.org/gmane.comp.security.ids.snort.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.security.ids.snort.devel/5202"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.security.ids.snort.devel/5201"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.security.ids.snort.devel/5200"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.security.ids.snort.devel/5199"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.security.ids.snort.devel/5198"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.security.ids.snort.devel/5197"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.security.ids.snort.devel/5196"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.security.ids.snort.devel/5195"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.security.ids.snort.devel/5194"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.security.ids.snort.devel/5193"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.security.ids.snort.devel/5192"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.security.ids.snort.devel/5191"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.security.ids.snort.devel/5190"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.security.ids.snort.devel/5189"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.security.ids.snort.devel/5188"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.security.ids.snort.devel/5187"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.security.ids.snort.devel/5186"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.security.ids.snort.devel/5185"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.security.ids.snort.devel/5184"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.security.ids.snort.devel/5183"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.security.ids.snort.devel/5202">
    <title>Re: Snort 2.9.3 Beta Now Available</title>
    <link>http://permalink.gmane.org/gmane.comp.security.ids.snort.devel/5202</link>
    <description>&lt;pre&gt;
I'll post some excerpts from the doc, then I'll explain a bit about how we designed this:

set
---
This keyword sets bits to group for a particular flow. When no group specified, 
set the default group. This keyword always returns true.

Syntax:
    flowbits:set,bats[,group]
Usage:  
    flowbits:set,bit1,doc;
    flowbits:set,bit2&amp;amp;bit3,doc;
    First rule sets bit1 in doc group, second rule sets bit2 and bit3 in doc group. 
    So doc group has bit 1, bit2 and bit3 set  

setx
---
This keyword sets bits to group exclusively. This clears other bits in group. 
Group must present.This keyword always returns true.

Syntax:
    flowbits:setx,bats,group
Usage:  
    flowbits: setx, bit1, doc
    flowbits: setx, bit2&amp;amp;bit3, doc
    First rule sets bit1 in doc group, second rule sets bit2 and bit3 in doc group.
    So doc group has bit2 and bit3 set, because bit1 is cleared by rule 2.

unset
-----
This keyword clears bits specified for a particular flow or clears all bits in the 
group (Group must present). This ke&lt;/pre&gt;</description>
    <dc:creator>Joel Esler</dc:creator>
    <dc:date>2012-05-18T20:00:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.security.ids.snort.devel/5201">
    <title>Re: Snort 2.9.3 Beta Now Available</title>
    <link>http://permalink.gmane.org/gmane.comp.security.ids.snort.devel/5201</link>
    <description>&lt;pre&gt;



This will be interesting to play with.  I take it this was designed to
combine multiple uses of the keyword when checking the state of several
flowbits?




I take it this also fixes the handling of ignore_data with respect to the
fast-pattern matcher?




Looking at the changed code, I think this will also fix the same issue when
logging with tcpdump output.  I hacked right around that for loop in
snort_stream5_tcp.c and was able to fully log all packets associated with a
stream when using file_data with SMTP.  I suspect this might also fix the
use case with flow:only_stream and flow:only_frag.  I'll have to test, though.


Thanks!

&lt;/pre&gt;</description>
    <dc:creator>Joshua Kinard</dc:creator>
    <dc:date>2012-05-18T18:58:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.security.ids.snort.devel/5200">
    <title>Snort 2.9.3 Beta Now Available</title>
    <link>http://permalink.gmane.org/gmane.comp.security.ids.snort.devel/5200</link>
    <description>&lt;pre&gt;Snort 2.9.3 Beta is now available on snort.org, at
http://www.snort.org/snort-downloads/ in the Latest Development
Release section.

2.9.0 RC &amp;amp; later packages are signed with a new PGP key
(that is signed with the previous key).

Snort 2.9.3 introduces the following new capabilities:

[*] New additions
  * Updates to flowbit rule option to allow for OR and AND
    of individual bits within a single rule, and allow flowbits
    to be used in multiple groups.  See README.flowbits and
    the Snort manual for details.

  * Dynamic output plugin architecture to provide an API that
    developers can write their own output mechanisms to log alert
    and packet data from Snort.  Some output plugins have been
    removed as a result of this to be maintained by their
    respective authors.

  * Update to dcerpc2 preprocessor for improved accuracy and
    handling of different OSs for SMB processing.  See README.dcerpc2
    and the Snort manual for details.

  * Updates to reputation preprocessor for handling of wh&lt;/pre&gt;</description>
    <dc:creator>Snort Releases</dc:creator>
    <dc:date>2012-05-18T13:55:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.security.ids.snort.devel/5199">
    <title>Re: [Snort-users] Perfmonitor Issue</title>
    <link>http://permalink.gmane.org/gmane.comp.security.ids.snort.devel/5199</link>
    <description>&lt;pre&gt;Hi Abdel,

 

You need to change your compilation options and disable linux-smp-stats

 

--enable-dynamicplugin --enable-perfprofiling --enable-targetbased
--enable-ipv6 --enable-ppm --enable-gre --enable-static-daq=no
--enable-64bit-gcc=no 

 

Regards,

 

Guillaume DALEUX

 

 

From: Abdelmonaim Mokadem [mailto:abdelmonaim.mokadem&amp;lt; at &amp;gt;abovesecurity.com]

Sent: Wednesday, May 16, 2012 2:11 PM
To: snort-users&amp;lt; at &amp;gt;lists.sourceforge.net; snort-devel&amp;lt; at &amp;gt;lists.sourceforge.net
Subject: [Snort-users] Perfmonitor Issue

 

Hi all,

I have an issue using the perfmonitor preprocessor for snort inline  to
provide the "Max performance snort stats" with the following parameters:

 

  preprocessor perfmonitor: time 300 pktcnt 5000 events max console

 

Here are the options used to launch snort :

 

        -A none \

        --dynamic-engine-lib "${SNORT_ENG}" 

        --dynamic-preprocessor-lib-dir "${SNORT_DYNPPDIR}"

        --dynamic-detection-lib-dir "${SNORT_DYNRULDIR}" 

        --daq-dir "${DAQ_DIR}" 

        -i "${&lt;/pre&gt;</description>
    <dc:creator>Guillaume Daleux</dc:creator>
    <dc:date>2012-05-17T17:11:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.security.ids.snort.devel/5198">
    <title>Perfmonitor Issue</title>
    <link>http://permalink.gmane.org/gmane.comp.security.ids.snort.devel/5198</link>
    <description>&lt;pre&gt;Hi all,

I have an issue using the perfmonitor preprocessor for snort inline  to
provide the "Max performance snort stats" with the following parameters:

 

  preprocessor perfmonitor: time 300 pktcnt 5000 events max console

 

Here are the options used to launch snort :

 

        -A none \

        --dynamic-engine-lib "${SNORT_ENG}" 

        --dynamic-preprocessor-lib-dir "${SNORT_DYNPPDIR}"

        --dynamic-detection-lib-dir "${SNORT_DYNRULDIR}" 

        --daq-dir "${DAQ_DIR}" 

        -i "${INTERFACE}" 

        -c "${SNORT_CONF}" 

        --perfmon-file "${LOG_DIR}/snort.stats" 

        -l "${LOG_DIR}" 

        -Q

 

Since I'm using the "max " and  "console" parameters, my console should
display the results, based on the following code:

if(iFlags &amp;amp; MAX_PERF_STATS)

{

      .

      .

  LogMessage("uSeconds/Pkt\n");

  LogMessage("----------------\n");

  LogMessage("Snort:
%.3f\n",sfBaseStats-&amp;gt;usecs_per_packet.usertime);

  LogMessage("Sniffing:
%.3f\n",sfBaseStats-&amp;gt;usecs_per_packet.syst&lt;/pre&gt;</description>
    <dc:creator>Abdelmonaim Mokadem</dc:creator>
    <dc:date>2012-05-16T18:10:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.security.ids.snort.devel/5197">
    <title>Snort 2.9.2.3 Now Available</title>
    <link>http://permalink.gmane.org/gmane.comp.security.ids.snort.devel/5197</link>
    <description>&lt;pre&gt;Snort 2.9.2.3 is now available on snort.org, at
http://www.snort.org/snort-downloads/ in the Latest Release section.

2.9.0 RC &amp;amp; later packages are signed with a new PGP key
(that is signed with the previous key).

Snort 2.9.2.3 includes changes for the following:

  * Update to GTP preprocessor to better handle GTPv1 data.

  * Update to DNP3 preprocessor to add stricter checking on
    packets before processing by dnp3.  Improved checking
    on reassembly buffer

  * Update to PCRE rule option processing to prevent issues
    seen w/ libpcre-8.30 and certain rules.

  * Update to dcerpc2 to not abort reassembly if target-based
    protocol is undefined.

Please see the Release Notes and ChangeLog for more details.

Please submit bugs, questions, and feedback to bugs&amp;lt; at &amp;gt;snort.org.

Happy Snorting!
The Snort Release Team


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat land&lt;/pre&gt;</description>
    <dc:creator>Snort Releases</dc:creator>
    <dc:date>2012-05-15T19:56:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.security.ids.snort.devel/5196">
    <title>Re: Snort</title>
    <link>http://permalink.gmane.org/gmane.comp.security.ids.snort.devel/5196</link>
    <description>&lt;pre&gt;Snort i will always make this my priority from now on http://cnbcnews.net this is going to change everything 

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Snort-devel mailing list
Snort-devel&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/snort-devel

Please visit http://blog.snort.org for the latest news about Snort!

&lt;/pre&gt;</description>
    <dc:creator>easyeinfo&lt; at &gt;yahoo.com</dc:creator>
    <dc:date>2012-05-15T07:07:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.security.ids.snort.devel/5195">
    <title>Re: AF_PACKET zero copy mode</title>
    <link>http://permalink.gmane.org/gmane.comp.security.ids.snort.devel/5195</link>
    <description>&lt;pre&gt;We generally don't comment on future plans, however, yes, we are looking at this for several different things.

J

On May 10, 2012, at 9:28 AM, "Guillaume Daleux" &amp;lt;guillaume.daleux&amp;lt; at &amp;gt;abovesecurity.com&amp;gt; wrote:



------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Snort-devel mailing list
Snort-devel&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/snort-devel

Please visit http://blog.snort.org for the latest news about Snort!

&lt;/pre&gt;</description>
    <dc:creator>Joel Esler</dc:creator>
    <dc:date>2012-05-10T13:39:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.security.ids.snort.devel/5194">
    <title>AF_PACKET zero copy mode</title>
    <link>http://permalink.gmane.org/gmane.comp.security.ids.snort.devel/5194</link>
    <description>&lt;pre&gt;Hi all,

Is it possible to know if the implementation of AF_PACKET capture mode with zero copy mode is currently under development in Snort ?

https://home.regit.org/2012/02/using-af_packet-zero-copy-mode-in-suricata/


Thanks for your answer,

Guillaume DALEUX
Junior Research Engineer
Ingénieur Junior en Recherchetel : 450.430.8166 ext. 2279 | guillaume.daleux&amp;lt; at &amp;gt;abovesecurity.com
sans frais / toll free : 1.866.430.8166 | fax: 450.430.1858
 Managed Security Services ? Information Risk Management
Surveillance ? Gestion des Risques Informationnels
203 - 1919 boul. Lionel-Bertrand ? Boisbriand ? QC ? Canada ? J7H 1N8
www.abovesecurity.com




------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl0&lt;/pre&gt;</description>
    <dc:creator>Guillaume Daleux</dc:creator>
    <dc:date>2012-05-10T13:28:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.security.ids.snort.devel/5193">
    <title>Re: Active response on two interfaces</title>
    <link>http://permalink.gmane.org/gmane.comp.security.ids.snort.devel/5193</link>
    <description>&lt;pre&gt;You may get different results with a newer Snort.

On Wed, May 9, 2012 at 1:18 PM, Jon Larson &amp;lt;jlarson&amp;lt; at &amp;gt;catbird.com&amp;gt; wrote:

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Snort-devel mailing list
Snort-devel&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/snort-devel

Please visit http://blog.snort.org for the latest news about Snort!&lt;/pre&gt;</description>
    <dc:creator>Russ Combs</dc:creator>
    <dc:date>2012-05-09T17:27:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.security.ids.snort.devel/5192">
    <title>Re: Active response on two interfaces</title>
    <link>http://permalink.gmane.org/gmane.comp.security.ids.snort.devel/5192</link>
    <description>&lt;pre&gt;Snort is Version 2.9.0.5
DAQ is 0.5 I think.

The storm occurs when I have a rule configured like this:
alert tcp [192.168.10.10] any -&amp;gt; [192.168.20.11] any (resp:reset_both; 
flow:to_server,established; )

Anyway, snort isn't really *supposed* to be used like a firewall in this 
manner so we've moved on.

On 5/8/2012 9:57 PM, Russ Combs wrote:
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Snort-devel mailing list
Snort-devel&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/snort-devel

Please visit http://blog.snort.org for the latest news about Snort!&lt;/pre&gt;</description>
    <dc:creator>Jon Larson</dc:creator>
    <dc:date>2012-05-09T17:18:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.security.ids.snort.devel/5191">
    <title>Re: Active response on two interfaces</title>
    <link>http://permalink.gmane.org/gmane.comp.security.ids.snort.devel/5191</link>
    <description>&lt;pre&gt;What version of Snort and DAQ are you using?  Snort has a check to prevent
RST to RST.

On Tue, May 1, 2012 at 7:46 PM, Jon Larson &amp;lt;jlarson&amp;lt; at &amp;gt;catbird.com&amp;gt; wrote:

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Snort-devel mailing list
Snort-devel&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/snort-devel

Please visit http://blog.snort.org for the latest news about Snort!&lt;/pre&gt;</description>
    <dc:creator>Russ Combs</dc:creator>
    <dc:date>2012-05-09T04:57:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.security.ids.snort.devel/5190">
    <title>Re: SPDY Awareness</title>
    <link>http://permalink.gmane.org/gmane.comp.security.ids.snort.devel/5190</link>
    <description>&lt;pre&gt;
It's probably how you are pulling down bits from a Google service if
you run chrome.
Locally it's mod_spdy on Apache with Chrome clients.  It's all encrypted.

\\//,
Lorax

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Snort-devel mailing list
Snort-devel&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/snort-devel

Please visit http://blog.snort.org for the latest news about Snort!

&lt;/pre&gt;</description>
    <dc:creator>Graham Bignell</dc:creator>
    <dc:date>2012-05-02T18:43:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.security.ids.snort.devel/5189">
    <title>Re: Question regarding snort statistics</title>
    <link>http://permalink.gmane.org/gmane.comp.security.ids.snort.devel/5189</link>
    <description>&lt;pre&gt;

If you look for DETECTION_OPTION_MATCH and DETECTION_OPTION_NO_MATCH you
will find what you need.

J
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Snort-devel mailing list
Snort-devel&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/snort-devel

Please visit http://blog.snort.org for the latest news about Snort!&lt;/pre&gt;</description>
    <dc:creator>Russ Combs</dc:creator>
    <dc:date>2012-05-04T14:38:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.security.ids.snort.devel/5188">
    <title>Re: Question regarding snort statistics</title>
    <link>http://permalink.gmane.org/gmane.comp.security.ids.snort.devel/5188</link>
    <description>&lt;pre&gt;The Snort code is available at www.snort.org.  I suggest you take a look at it and see how you can modify it to fit your purpose.

J

On May 4, 2012, at 6:45 AM, Efthymia Tsamoura wrote:



------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Snort-devel mailing list
Snort-devel&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/snort-devel

Please visit http://blog.snort.org for the latest news about Snort!

&lt;/pre&gt;</description>
    <dc:creator>Joel Esler</dc:creator>
    <dc:date>2012-05-04T13:49:06</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.security.ids.snort.devel/5187">
    <title>Question regarding snort statistics</title>
    <link>http://permalink.gmane.org/gmane.comp.security.ids.snort.devel/5187</link>
    <description>&lt;pre&gt;Hi all,

My name is Efi and Im a PhD student. Im writing this email, since I  
want to find out how to monitor for each rule and for each input  
packet which of the rule's predicates were satisfied and which not for  
the specific packet that is currently being processed. For example,  
given the rule

alert tcp 1.1.1.1 any -&amp;gt; 2.2.2.2 80 (content:"BOB"; gid:1000001;  
sid:1; rev:1;),

i want for each packet statistics of the form:

Packet 1 satisfied Protocol=tcp and srcIp = 1.1.1.1
and did not satisfy destIp = 2.2.2.2 and destport = 80 and content = "BOB"

What are the modifications that need to be performed to the src to get  
this info? For example, which functions, data structures hold this  
info ...

Best Regards,
Efi



------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security,&lt;/pre&gt;</description>
    <dc:creator>Efthymia Tsamoura</dc:creator>
    <dc:date>2012-05-04T10:45:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.security.ids.snort.devel/5186">
    <title>Re: SPDY Awareness</title>
    <link>http://permalink.gmane.org/gmane.comp.security.ids.snort.devel/5186</link>
    <description>&lt;pre&gt;It won't be in 2.9.3. That version is already baked.  I'll keep you updated as we work on it. 

--
Joel Esler
Sent from my.. NO ONE CARES

On May 3, 2012, at 9:43 PM, Joshua Kinard &amp;lt;kumba&amp;lt; at &amp;gt;gentoo.org&amp;gt; wrote:


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Snort-devel mailing list
Snort-devel&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/snort-devel

Please visit http://blog.snort.org for the latest news about Snort!

&lt;/pre&gt;</description>
    <dc:creator>Joel Esler</dc:creator>
    <dc:date>2012-05-04T01:50:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.security.ids.snort.devel/5185">
    <title>Re: SPDY Awareness</title>
    <link>http://permalink.gmane.org/gmane.comp.security.ids.snort.devel/5185</link>
    <description>&lt;pre&gt;


I believe Firefox plans to enable SPDY support by default in FF 13.  Not
sure what your roadmap is, but 12 just came out, so maybe a beta
preprocessor in Snort-2.9.3 or 2.9.4?

I haven't looked at it yet myself.  Wireshark doesn't even have a dissector
for it I believe.

&lt;/pre&gt;</description>
    <dc:creator>Joshua Kinard</dc:creator>
    <dc:date>2012-05-04T01:43:09</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.security.ids.snort.devel/5184">
    <title>Re: SPDY Awareness</title>
    <link>http://permalink.gmane.org/gmane.comp.security.ids.snort.devel/5184</link>
    <description>&lt;pre&gt;It is on the roadmap.  Are you seeing SPDY traffic now?  Can you tell us
about what the client and server are running?  Is any of the SPDY traffic
encrypted?

Thanks
Russ

On Tue, May 1, 2012 at 4:46 PM, Brian Wilhide &amp;lt;brian.wilhide&amp;lt; at &amp;gt;gmail.com&amp;gt;wrote:

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Snort-devel mailing list
Snort-devel&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/snort-devel

Please visit http://blog.snort.org for the latest news about Snort!&lt;/pre&gt;</description>
    <dc:creator>Russ Combs</dc:creator>
    <dc:date>2012-05-02T17:06:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.security.ids.snort.devel/5183">
    <title>Active response on two interfaces</title>
    <link>http://permalink.gmane.org/gmane.comp.security.ids.snort.devel/5183</link>
    <description>&lt;pre&gt;I/we need to get snort to operate on two interfaces.  For simplicity, 
let's just say I want to have snort monitor traffic on eth0, but then 
send its resets out on eth1.  What's the configuration magic to allow this?

I've tried something like this in the snort.conf:
config response: device eth1 attempts 2

This, however, seems to get snort into this mode (when it detects some 
TCP connection it's configured to reset) where it "sniffs" back in the 
RST packet (on the other interface), then sends another RST packet.  
Kinda like "eating it's own tail".  The snort process consumes the CPU 
and floods the network in this mode.

Also is there documentation someone could point me to regarding 
configuring snort for multiple interfaces?

Any and all information would be greatly appreciated!
Jonny L.


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how&lt;/pre&gt;</description>
    <dc:creator>Jon Larson</dc:creator>
    <dc:date>2012-05-01T23:46:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.security.ids.snort.devel/5182">
    <title>SPDY Awareness</title>
    <link>http://permalink.gmane.org/gmane.comp.security.ids.snort.devel/5182</link>
    <description>&lt;pre&gt;Have you guys looked into SPDY awareness within Snort?
http://en.wikipedia.org/wiki/SPDY

Brian Wilhide
brian.wilhide&amp;lt; at &amp;gt;gmail.com

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Snort-devel mailing list
Snort-devel&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/snort-devel

Please visit http://blog.snort.org for the latest news about Snort!

&lt;/pre&gt;</description>
    <dc:creator>Brian Wilhide</dc:creator>
    <dc:date>2012-05-01T20:46:10</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.security.ids.snort.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.security.ids.snort.devel</link>
  </textinput>
</rdf:RDF>

