Snort mailing list archives

RE: Snort DB Question


From: "Nick Patellis" <NPatellis () TheFund com>
Date: Thu, 25 Jul 2002 14:37:34 -0400

Doh!!

Thanks for helping me see my nose!

-----Original Message-----
From: Joe McAlerney [mailto:joey () SiliconDefense com] 
Sent: Thursday, July 25, 2002 2:28 PM
To: Nick Patellis
Cc: snort-users () lists sourceforge net
Subject: Re: [Snort-users] Snort DB Question

Hi Nick,

It's the sig_name in the signature table:

CREATE TABLE signature ( sig_id       INT          UNSIGNED NOT NULL
AUTO_INCREMENT,
                         sig_name     VARCHAR(255) NOT
NULL,              <------
                         sig_class_id INT          UNSIGNED NOT NULL,
                         sig_priority INT          UNSIGNED,
                         sig_rev      INT          UNSIGNED,
                         sig_sid      INT          UNSIGNED,
                         PRIMARY KEY (sig_id),
                         INDEX   sign_idx (sig_name(20)),
                         INDEX   sig_class_id_idx (sig_class_id));


-Joe

-- 
Joe McAlerney
Silicon Defense: IDS Solutions


-------------------------------------------------------
This sf.net email is sponsored by: Jabber - The world's fastest growing
real-time communications platform! Don't just IM. Build it in!
http://www.jabber.com/osdn/xim
_______________________________________________
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: