Snort mailing list archives

Re: Signature for IPSec encrypted VPN tunnel


From: Brian <bmc () snort org>
Date: Tue, 4 Mar 2003 16:15:14 -0500

On Mon, Mar 03, 2003 at 05:44:15PM -0500, Matt Kettler wrote:
Unfortunately snort currently doesn't understand the idea of protocols 
other than ip, tcp, udp or arp. It would be nice to be able to do something 
like:

alert ip any any -> any any (transportprotocol:50; msg:"Ipsec ESP data";)
alert ip any any -> any any (transportprotocol:51; msg:"Ipsec AH data";)

You mean like this?

alert ip any any -> any any (ip_proto:50; msg:"Ipsec ESP data";)
alert ip any any -> any any (ip_proto:51; msg:"Ipsec AH data";)

-brian


-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
_______________________________________________
Snort-users mailing list
Snort-users () lists sourceforge net
Go to this URL to change user options or unsubscribe:
https://lists.sourceforge.net/lists/listinfo/snort-users
Snort-users list archive:
http://www.geocrawler.com/redir-sf.php3?list=snort-users


Current thread: