This is a discussion on RE: [Snort-users] --enable-sourcefire within the Snort forums, part of the System Security and Security Related category; If you look into the "configure" script, you will see that the = "--enable-sourcefire" option adds ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
If you look into the "configure" script, you will see that the =
"--enable-sourcefire" option adds the "-DSOURCEFIRE" option to the = compiler flag... # Check whether --enable-sourcefire or --disable-sourcefire was given. if test "${enable_sourcefire+set}" =3D set; then enableval=3D"$enable_sourcefire" CFLAGS=3D"$CFLAGS -DSOURCEFIRE" fi; Now, just look into the source code and see where SOURCEFIRE is used... = I'll leave that as an exercise for the reader! :) -----Original Message----- From: snort-users-admin@lists.sourceforge.net on behalf of Geffrey = Vel=E1squez Sent: Thu 03/17/2005 03:50 PM To: Sam Evans Cc: snort-users@lists.sourceforge.net Subject: Re: [Snort-users] --enable-sourcefire With 2.3.2: ../configure --help .... --enable-sourcefire Enable Sourcefire specific build options .... Geffrey Sam Evans escribi=F3: >I think a rabbit jumps out of your cd-rom, but I've never verified = that. :) > > >On Thu, 17 Mar 2005 15:18:23 -0500, Geffrey Vel=E1squez ><gvelasquez@minag.gob.pe> wrote: > =20 > >>Hi friends, what build options are enabled with "--enable-sourcefire" = ? >> >>Regards, >>Geffrey >> >>------------------------------------------------------- >>SF email is sponsored by - The IT Product Guide >>Read honest & candid reviews on hundreds of IT Products from real = users. >>Discover which products truly live up to the hype. Start reading now. >>http://ads.osdn.com/?ad_id=3D6595&al...396&op=3Dclick >>______________________________________________ _ >>Snort-users mailing list >>Snort-users@lists.sourceforge.net >>Go to this URL to change user options or unsubscribe: >>https://lists.sourceforge.net/lists/...fo/snort-users >>Snort-users list archive: >>http://www.geocrawler.com/redir-sf.p...=3Dsnort-users >> >> =20 >> ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=3D6595&al...396&op=3Dclick _______________________________________________ Snort-users mailing list Snort-users@lists.sourceforge.net Go to this URL to change user options or unsubscribe: https://lists.sourceforge.net/lists/...fo/snort-users Snort-users list archive: http://www.geocrawler.com/redir-sf.p...=3Dsnort-users ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Snort-users mailing list Snort-users@lists.sourceforge.net Go to this URL to change user options or unsubscribe: https://lists.sourceforge.net/lists/...fo/snort-users Snort-users list archive: http://www.geocrawler.com/redir-sf.p...st=snort-users |