CVS log for snort/doc/USAGE

(logo)

Help

(back) Up to [cvs] / snort / doc

Request diff between arbitrary revisions


Default branch: MAIN
Bookmark a link to: HEAD / (download)

Revision 1.7 / (view) - annotate - [select for diffs] , Mon Aug 20 17:42:08 2007 UTC (15 months ago) by ssturges
Branch: MAIN
CVS Tags: SNORT_v2_8_3_1, SNORT_v2_8_3-RC1, SNORT_v2_8_3-BETA, SNORT_v2_8_3, SNORT_v2_8_2_2, SNORT_v2_8_2_1, SNORT_v2_8_2-RC, SNORT_v2_8_2-BETA, SNORT_v2_8_2, SNORT_v2_8_1-RC, SNORT_v2_8_1-BETA, SNORT_v2_8_1, SNORT_2_8_3, SNORT_2_8_2, SNORT_2_8_1, SNORT_1_8, HEAD
Changes since 1.6: +7 -7 lines
Diff to previous 1.6
* 2.8.0 Prep

Revision 1.6.16.1 / (view) - annotate - [select for diffs] , Mon Aug 20 17:42:08 2007 UTC (15 months ago) by ssturges
Branch: SNORT_2_8_0
CVS Tags: SNORT_v2_8_0_2, SNORT_v2_8_0_1, SNORT_v2_8_0-RC1, SNORT_v2_8_0-BETA, SNORT_v2_8_0
Changes since 1.6: +7 -7 lines
Diff to previous 1.6 to next main 1.7
* 2.8.0 Prep

Revision 1.6.8.1 / (view) - annotate - [select for diffs] , Fri Sep 16 21:06:33 2005 UTC (3 years, 2 months ago) by roesch
CVS Tags: SNORT_v2_4_5, SNORT_v2_4_3, SNORT_v2_4_2, SNORT_v2_4_1
Changes since 1.6: +4 -1 lines
Diff to previous 1.6 to next main 1.7
* src/snort.c:
  New command line switch, -K, to explicitly set logging mode.  Available
  arguments are "none", "pcap" and "ascii".
  Pcap mode is now the default logging mode of Snort.
  CheckLogDir() is no longer called in IDS mode until after reading in
  the snort.conf file to prevent unncessary exiting due to logdir being
  specified in snort.conf and inadvertantly checking for the existence
  of /var/log/snort.
* src/util.c:
  Included CheckLogDir() call in CreatePidFile() on the off chance
  we have to fall back to using pv.log_dir which can happen due to
  the IDS mode logdir check being removed in src/snort.c
  Banner updated to remind people of logging changes
* src/decode.c:
  Added check for bad length of TCP SACK option.
* snort.8 README USAGE RELEASE.NOTES
  Updated for new command line switch and logging realities.

Revision 1.6 / (view) - annotate - [select for diffs] , Mon Oct 20 15:03:03 2003 UTC (5 years, 1 month ago) by chrisgreen
Branch: MAIN
CVS Tags: version-2-1-0, cmg, STABLE, SNORT_v2_7_0-BETA2, SNORT_v2_7_0-BETA1, SNORT_v2_7_0, SNORT_v2_6_1_5, SNORT_v2_6_1_4, SNORT_v2_6_1_3, SNORT_v2_6_1_2, SNORT_v2_6_1_1, SNORT_v2_6_1-RC1, SNORT_v2_6_1-BETA2, SNORT_v2_6_1-BETA, SNORT_v2_6_1, SNORT_v2_6_0_2, SNORT_v2_6_0_1, SNORT_v2_6_0-RC2, SNORT_v2_6_0-RC1, SNORT_v2_6_0, SNORT_v2_4_0, SNORT_v2_3_3, SNORT_v2_3_2, SNORT_v2_3_1, SNORT_v2_3_0-RC2, SNORT_v2_3_0-RC1, SNORT_v2_3_0, SNORT_v2_2_0-RC1, SNORT_v2_2_0, SNORT_v2_1_3-RC1, SNORT_v2_1_3, SNORT_v2_1_2, SNORT_v2_1_1-RC1, SNORT_v2_1_1, SNORT_v2_1_0, SNORT_2_7_0, SNORT_2_6_1, SNORT_2_6, SNORT_2_3, SNORT_2_2, SNORT_2_1
Branch point for: SNORT_2_8_0
Changes since 1.5: +14 -20 lines
Diff to previous 1.5
* Major add/commit of 2.1 feature set...

  Will do a tag and then remove the "moved" files

Revision 1.5 / (view) - annotate - [select for diffs] , Fri Nov 2 16:17:26 2001 UTC (7 years ago) by roesch
Branch: MAIN
CVS Tags: version-2-0-6, version-2-0-5, version-2-0-2, version-2-0-1, version-2-0-0, version-1-9-1, version-1-9-0, beta-1_9_0-beta6, beta-1_9_0-beta5, beta-1_9_0-beta4, beta-1_9_0-beta2, SNORT_2_0, SNORT_1_9, CMG
Changes since 1.4: +25 -13 lines
Diff to previous 1.4
* documentation updates
* 1.8.2-RELEASE checkin

Revision 1.4 / (view) - annotate - [select for diffs] , Wed Mar 7 21:12:32 2001 UTC (7 years, 8 months ago) by fygrave
Branch: MAIN
Changes since 1.3: +2 -1 lines
Diff to previous 1.3
MACOS support (lets try to commit it too ;))

Revision 1.3 / (view) - annotate - [select for diffs] , Sat Dec 30 07:02:17 2000 UTC (7 years, 10 months ago) by roesch
Branch: MAIN
Changes since 1.2: +185 -75 lines
Diff to previous 1.2
* Added support for locating libnet.h to configure.in
* updated the USAGE file to reflect version 1.7

Revision 1.2 / (view) - annotate - [select for diffs] , Sun Nov 26 21:58:54 2000 UTC (7 years, 11 months ago) by roesch
Branch: MAIN
Changes since 1.1: +5 -11 lines
Diff to previous 1.1
# more tweaks

Revision 1.1.1.1 / (view) - annotate - [select for diffs] (vendor branch) , Mon Aug 7 02:41:28 2000 UTC (8 years, 3 months ago) by roesch
Changes since 1.1: +0 -0 lines
Diff to previous 1.1
Initial Import


Revision 1.1 / (view) - annotate - [select for diffs] , Mon Aug 7 02:41:28 2000 UTC (8 years, 3 months ago) by roesch
Branch: MAIN
Initial revision

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Diffs between and
Type of Diff should be a

View only Branch:
Sort log by:

snort-team@sourcefire.com