Snort mailing list archives

Re: Snort DB Question


From: Joe McAlerney <joey () SiliconDefense com>
Date: Thu, 25 Jul 2002 11:28:12 -0700

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: