CVS log for snort/doc/README.http_inspect

(logo)

Help

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

Request diff between arbitrary revisions


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

Revision 1.24 / (view) - annotate - [select for diffs] , Mon Jun 16 18:35:16 2008 UTC (5 months ago) by twease
Branch: MAIN
CVS Tags: SNORT_v2_8_3_1, SNORT_v2_8_3-RC1, SNORT_v2_8_3-BETA, SNORT_v2_8_3, SNORT_2_8_3, SNORT_1_9, SNORT_1_8, HEAD
Changes since 1.23: +39 -14 lines
Diff to previous 1.23
New Feature for HTTP Inspect to split requests into 5 components - Method, URI, Header (non-cookie), Cookies, Body.  Added HTTP server specific configurations to normalize HTTP header and/or cookie buffers.  Provided content and PCRE modifiers to allow searches within one or more of those individual buffers.  Added content modifier to allow rule writer to specify content to be used for fast pattern matcher.  Updated dynamic rule API to allow searches within the new buffers.

Revision 1.23 / (view) - annotate - [select for diffs] , Tue Mar 4 20:11:18 2008 UTC (8 months, 2 weeks ago) by ssturges
Branch: MAIN
CVS Tags: 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_2_8_2
Changes since 1.22: +1 -1 lines
Diff to previous 1.22
* Update to include information about alerts generated from various
  preprocessors.

Revision 1.22.2.1 / (view) - annotate - [select for diffs] , Tue Mar 4 20:11:18 2008 UTC (8 months, 2 weeks ago) by ssturges
Branch: SNORT_2_8_1
CVS Tags: SNORT_v2_8_1-RC, SNORT_v2_8_1
Changes since 1.22: +1 -1 lines
Diff to previous 1.22 to next main 1.23
* Update to include information about alerts generated from various
  preprocessors.

Revision 1.22 / (view) - annotate - [select for diffs] , Mon Nov 12 23:02:12 2007 UTC (12 months, 1 week ago) by twease
Branch: MAIN
CVS Tags: SNORT_v2_8_1-BETA
Branch point for: SNORT_2_8_1
Changes since 1.21: +44 -0 lines
Diff to previous 1.21
* Added overly long http header detection.

Revision 1.21 / (view) - annotate - [select for diffs] , Mon Aug 20 17:42:08 2007 UTC (15 months ago) by ssturges
Branch: MAIN
Changes since 1.20: +20 -28 lines
Diff to previous 1.20
* 2.8.0 Prep

Revision 1.20.2.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.20: +20 -28 lines
Diff to previous 1.20 to next main 1.21
* 2.8.0 Prep

Revision 1.18.2.2 / (view) - annotate - [select for diffs] , Wed Feb 7 18:57:37 2007 UTC (21 months, 1 week ago) by ssturges
Branch: SNORT_2_7_0
CVS Tags: SNORT_v2_7_0-BETA2, SNORT_v2_7_0
Changes since 1.18.2.1: +1 -1 lines
Diff to previous 1.18.2.1 to branch point 1.18 to next main 1.19
* Code & warning cleanup.

Revision 1.20 / (view) - annotate - [select for diffs] , Wed Feb 7 18:57:34 2007 UTC (21 months, 1 week ago) by ssturges
Branch: MAIN
Branch point for: SNORT_2_8_0
Changes since 1.19: +1 -1 lines
Diff to previous 1.19
* Code & warning cleanup.

Revision 1.18.2.1 / (view) - annotate - [select for diffs] , Thu Jan 18 21:37:33 2007 UTC (22 months ago) by ssturges
Branch: SNORT_2_7_0
CVS Tags: SNORT_v2_7_0-BETA1
Changes since 1.18: +10 -1 lines
Diff to previous 1.18
* Update documents for 2.7.0.

Revision 1.19 / (view) - annotate - [select for diffs] , Thu Jan 18 21:37:31 2007 UTC (22 months ago) by ssturges
Branch: MAIN
Changes since 1.18: +10 -1 lines
Diff to previous 1.18
* Update documents for 2.7.0.

Revision 1.18 / (view) - annotate - [select for diffs] , Mon Oct 23 21:16:07 2006 UTC (2 years ago) by ssturges
Branch: MAIN
Branch point for: SNORT_2_7_0
Changes since 1.17: +4 -7 lines
Diff to previous 1.17
* Updated stream4 documentation in the Snort manual to reflect
  new UDP options and inline option updates.  Corrected error with
  event_queue parameter - changed max_events to max_queue.
* Updated FAQ to reflect disuse of ACID in favor of BASE.
  Added references to FLoP and Mudpit as output systems for Snort.
  Added references to two IDS books.
* Added README file for the Snort decoder
* Added commented out decoder options with description -
  enable_decode_oversized_alerts and enable_decode_oversized_drops
* Updated tab_uri_delimiter section in document to reflect deprecation.
* Added documentation on Telnet configuration option detect_anomalies

Revision 1.16.2.2 / (view) - annotate - [select for diffs] , Mon Oct 23 21:16:04 2006 UTC (2 years ago) by ssturges
Branch: SNORT_2_6_1
CVS Tags: 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
Changes since 1.16.2.1: +4 -7 lines
Diff to previous 1.16.2.1 to branch point 1.16 to next main 1.17
* Updated stream4 documentation in the Snort manual to reflect
  new UDP options and inline option updates.  Corrected error with
  event_queue parameter - changed max_events to max_queue.
* Updated FAQ to reflect disuse of ACID in favor of BASE.
  Added references to FLoP and Mudpit as output systems for Snort.
  Added references to two IDS books.
* Added README file for the Snort decoder
* Added commented out decoder options with description -
  enable_decode_oversized_alerts and enable_decode_oversized_drops
* Updated tab_uri_delimiter section in document to reflect deprecation.
* Added documentation on Telnet configuration option detect_anomalies

Revision 1.17 / (view) - annotate - [select for diffs] , Wed Sep 27 21:22:33 2006 UTC (2 years, 1 month ago) by ssturges
Branch: MAIN
Changes since 1.16: +36 -13 lines
Diff to previous 1.16
* Split the IIS profile in the HTTP inspect preprocessor into
  IIS, ISS4, and ISS5_0.  ISS 4.0 and ISS 5.0  both support double
  decoding, but ISS 5.1 and beyond do not.  Double decoding alerts
  are now disabled in the ISS profile, but remain enabled for the
  IIS 4.0 and IIS 5.0 profiles.
* Fixed issue where iface_ADDRESS variable wasn't getting set before
  configuration file was read. Now all up interfaces will get a
  variable created.  Note that these will NOT get set if the
  readmode flag is set.
* Fix problem with relative options not being marked as relative (for
  distance/within keywords).

Revision 1.16.2.1 / (view) - annotate - [select for diffs] , Wed Sep 27 21:22:32 2006 UTC (2 years, 1 month ago) by ssturges
Branch: SNORT_2_6_1
Changes since 1.16: +36 -13 lines
Diff to previous 1.16
* Split the IIS profile in the HTTP inspect preprocessor into
  IIS, ISS4, and ISS5_0.  ISS 4.0 and ISS 5.0  both support double
  decoding, but ISS 5.1 and beyond do not.  Double decoding alerts
  are now disabled in the ISS profile, but remain enabled for the
  IIS 4.0 and IIS 5.0 profiles.
* Fixed issue where iface_ADDRESS variable wasn't getting set before
  configuration file was read. Now all up interfaces will get a
  variable created.  Note that these will NOT get set if the
  readmode flag is set.
* Fix problem with relative options not being marked as relative (for
  distance/within keywords).

Revision 1.14.2.2 / (view) - annotate - [select for diffs] , Fri Jun 30 18:17:40 2006 UTC (2 years, 4 months ago) by ssturges
Branch: SNORT_2_6
CVS Tags: SNORT_v2_6_0_2, SNORT_v2_6_0_1
Changes since 1.14.2.1: +13 -4 lines
Diff to previous 1.14.2.1 to branch point 1.14 to next main 1.15
* Add create_db2 srcipt to be included in distro.
* Fix issue with daemonization on MAC OSX and parent not exiting cleanly.
* Provide support for locking the PID file so that no additional snort
  process is able to start using the same PID file.  Can be overridden
  with --nolock-pidfile.
* Fix issue with replace option and replaced data always being placed
  at the beginning of the packet.
* FTPTelnet: Fix issue with parsing default server configuration on Win32
  platform for FTPTelnet.
* SMTP: Fix potential read beyond end of buffer and update configuration to
  use less memory.
* Fix Stream reassembly issue at session purge/end of pcap.
* HTTP: Handle additional whitespace characters on a per server configured
  basis.  Defaults are to treat Htab (\t, 9), VTab (\v, 11), Form
  Feed (\f, 12), and CR (\r, 13) as whitespace.
* Revise IP list parsing code.

Revision 1.16 / (view) - annotate - [select for diffs] , Fri Jun 30 18:17:05 2006 UTC (2 years, 4 months ago) by ssturges
Branch: MAIN
CVS Tags: SNORT_v2_6_1-BETA2, SNORT_v2_6_1-BETA
Branch point for: SNORT_2_6_1
Changes since 1.15: +13 -4 lines
Diff to previous 1.15
* Add create_db2 srcipt to be included in distro.
* Fix issue with daemonization on MAC OSX and parent not exiting cleanly.
* Provide support for locking the PID file so that no additional snort
  process is able to start using the same PID file.  Can be overridden
  with --nolock-pidfile.
* Fix issue with replace option and replaced data always being placed
  at the beginning of the packet.
* FTPTelnet: Fix issue with parsing default server configuration on Win32
  platform for FTPTelnet.
* SMTP: Fix potential read beyond end of buffer and update configuration to
  use less memory.
* Fix Stream reassembly issue at session purge/end of pcap.
* HTTP: Handle additional whitespace characters on a per server configured
  basis.  Defaults are to treat Htab (\t, 9), VTab (\v, 11), Form
  Feed (\f, 12), and CR (\r, 13) as whitespace.
* Revise IP list parsing code.

Revision 1.14.2.1 / (view) - annotate - [select for diffs] , Fri Jun 2 19:43:07 2006 UTC (2 years, 5 months ago) by ssturges
Branch: SNORT_2_6
CVS Tags: SNORT_v2_6_0
Changes since 1.14: +1 -1 lines
Diff to previous 1.14
* Update to handle CR as whitespace.

Revision 1.15 / (view) - annotate - [select for diffs] , Fri Jun 2 19:42:40 2006 UTC (2 years, 5 months ago) by ssturges
Branch: MAIN
Changes since 1.14: +1 -1 lines
Diff to previous 1.14
* Update to handle CR as whitespace.

Revision 1.7.4.4.2.4 / (view) - annotate - [select for diffs] , Fri Jun 2 19:41:41 2006 UTC (2 years, 5 months ago) by ssturges
CVS Tags: SNORT_v2_4_5
Changes since 1.7.4.4.2.3: +1 -1 lines
Diff to previous 1.7.4.4.2.3 to branch point 1.7.4.4 to next main 1.8
* Update to handle CR as whitespace.

Revision 1.14 / (view) - annotate - [select for diffs] , Thu May 19 15:05:55 2005 UTC (3 years, 6 months ago) by jhewlett
Branch: MAIN
CVS Tags: SNORT_v2_6_0-RC2, SNORT_v2_6_0-RC1
Branch point for: SNORT_2_6
Changes since 1.13: +6 -4 lines
Diff to previous 1.13
* Added processing of IP Options in fragmented packets.
* Fixed potential stream4 memory corruption.
* Fixed problem with parsing IP addresses of 255.255.255.255 for rules.
* Fixed compile warnings on some architectures.

Revision 1.7.4.4.2.3 / (view) - annotate - [select for diffs] , Thu May 19 15:05:07 2005 UTC (3 years, 6 months ago) by jhewlett
CVS Tags: SNORT_v2_4_3, SNORT_v2_4_2, SNORT_v2_4_1, SNORT_v2_4_0
Changes since 1.7.4.4.2.2: +6 -4 lines
Diff to previous 1.7.4.4.2.2 to branch point 1.7.4.4
* Added processing of IP Options in fragmented packets.
* Fixed potential stream4 memory corruption.
* Fixed problem with parsing IP addresses of 255.255.255.255 for rules.
* Fixed compile warnings on some architectures.

Revision 1.13 / (view) - annotate - [select for diffs] , Tue Apr 5 15:50:19 2005 UTC (3 years, 7 months ago) by jhewlett
Branch: MAIN
Changes since 1.12: +6 -6 lines
Diff to previous 1.12
* Added a -G flag that specifies an instance identifier for the event
  logs.  Can be used when running multiple instances of snort, either
  on different CPUs or on same CPU but different interface.  Each
  snort instance will use the value specified to generate unique
  event ids.  Can specify either a decimal value (-G 1) or hex value
  preceeded by 0x (-G 0x11). Thanks Steve Sturges.
* Fix to remove unnecessary ICMP echo extension, and update output
  plugins to use ICMP header info. Thanks Kevin Douglas for finding
* Add option to Stream4 to limit server-side inspection for improved
  performance.  Similar to HttpInspect's flow-depth, this option
  limits rule-inspection of server traffic to the set number of bytes
  (in 1 or more packets) until another client request is seen.  Thanks
  Steve Sturges & Marc Norton
* Fix issue generating ascii strings.  Thanks Sandro Poppi for the fix.

Revision 1.7.4.4.2.2 / (view) - annotate - [select for diffs] , Tue Apr 5 15:49:25 2005 UTC (3 years, 7 months ago) by jhewlett
Changes since 1.7.4.4.2.1: +6 -6 lines
Diff to previous 1.7.4.4.2.1 to branch point 1.7.4.4
* Added a -G flag that specifies an instance identifier for the event
  logs.  Can be used when running multiple instances of snort, either
  on different CPUs or on same CPU but different interface.  Each
  snort instance will use the value specified to generate unique
  event ids.  Can specify either a decimal value (-G 1) or hex value
  preceeded by 0x (-G 0x11). Thanks Steve Sturges.
* Fix to remove unnecessary ICMP echo extension, and update output
  plugins to use ICMP header info. Thanks Kevin Douglas for finding
* Add option to Stream4 to limit server-side inspection for improved
  performance.  Similar to HttpInspect's flow-depth, this option
  limits rule-inspection of server traffic to the set number of bytes
  (in 1 or more packets) until another client request is seen.  Thanks
  Steve Sturges & Marc Norton
* Fix issue generating ascii strings.  Thanks Sandro Poppi for the fix.

Revision 1.12 / (view) - annotate - [select for diffs] , Fri Mar 18 19:48:14 2005 UTC (3 years, 8 months ago) by jhewlett
Branch: MAIN
Changes since 1.11: +9 -0 lines
Diff to previous 1.11
* Updates/Fixes to Frag3 IP reassembler (thanks ssturges):
  1) Push first fragmented UDP packet through, but do not inspect
  other fragmented packets (until rebuilt).
  2) Printing of Configuration Info
  3) Code readability
* Removal of comment parsing code added for 2.3.1.
* Added support for detection of Lookback & Same src/dest attacks in
  the packet decoder. This obsoletes sids 527, 528. Thanks Marc
  Norton for the feature.
* Added FTP Bounce detection Plugin. Thanks Steve Sturges.
* Increased Flowbits hash table size. Thanks Marc Norton.
* Performance improvement in pattern matcher from Marc Norton.
* Eliminate duplicate alerts on Rebuilt Streams/IP reassembled packets.
* Patch from Andy Mullican and Steve Sturges.
* Added handling of midstream sessions in portscan preprocessors.
  Thanks Andy Mullican.
* Stream4 fixes - Handle PAWS, NULL TCP Flags in established session,
  limit overlaps in established session, update ACK when server sends
  RST. Performance changes for cleaning up session cache. Thanks
  Steve Sturges and Andy Mullican for the patches.
* Added uri_tab_delimiter option to HttpInspect. Patch from Andy
  Mullican.
* Updates to PerfMon to handle multiple CPUs properly. Thanks Steve Sturges.
* Fixed telnet decoder bug when ignoring Sub-negotiation end command.
  Thanks Steve Sturges.

Revision 1.7.4.4.2.1 / (view) - annotate - [select for diffs] , Wed Mar 16 21:52:16 2005 UTC (3 years, 8 months ago) by jhewlett
Changes since 1.7.4.4: +9 -0 lines
Diff to previous 1.7.4.4
* Snort 2.4 CVS branch, build 1.
* Added support for detection of Lookback & Same src/dest attacks in
  the packet decoder. This obsoletes sids 527, 528. Thanks Marc
  Norton for the feature.
* Added global ignore ports feature. Thanks Andy Mullican for the feature. Usage:
* Provide ability for 3rd party code to take action when Snort
  indicates a packet should be dropped. Thanks Marc Norton.
* Added FTP Bounce detection Plugin. Thanks Steve Sturges for this feature.
* Performance improvement in pattern matcher from Marc Norton.
* Eliminate duplicate alerts on rebuilt streams/IP reassembled packets.
  Thanks Andy Mullican and Steve Sturges.
* Added better determination of direction for Back Orifice packets.
  Thanks Andy Mullican.
* Added handling of midstream sessions in portscan preprocessors.
  Thanks Andy Mullican.
* Stream4 fixes - Handle PAWS, NULL TCP Flags in established session,
  limit overlaps in established session, update ACK when server sends
  RST. Performance changes for cleaning up session cache. Thanks
  Steve Sturges and Andy Mullican for the patches.
* Added uri_tab_delimiter option to HttpInspect. Thanks Andy
  Mullican.
* Added categories (wire, ip defrag, tcp rebuilt, app layer) to
  PerfMon.  Also added atexitonly option to dump stats for entire life
  of snort. Thanks Steve Sturges.
* Fixed telnet decoder bug when ignoring Sub-negotiation end command.
  Thanks Steve Sturges.

Revision 1.7.4.4 / (view) - annotate - [select for diffs] , Tue Dec 14 19:48:05 2004 UTC (3 years, 11 months ago) by jhewlett
Branch: SNORT_2_3
CVS Tags: STABLE, SNORT_v2_3_3, SNORT_v2_3_2, SNORT_v2_3_1, SNORT_v2_3_0-RC2, SNORT_v2_3_0
Changes since 1.7.4.3: +17 -9 lines
Diff to previous 1.7.4.3 to branch point 1.7 to next main 1.8
* Updated documentation on flow_depth and HTTP headers per
  conversations with Joe Patterson. Thanks Joe!

Revision 1.11 / (view) - annotate - [select for diffs] , Tue Dec 14 19:47:22 2004 UTC (3 years, 11 months ago) by jhewlett
Branch: MAIN
Changes since 1.10: +13 -6 lines
Diff to previous 1.10
* Updated error message when IIS Unicode map file is not found.
* Ignore RST|ACK midstream pickup case so we don't get an evasive TCP
  alert.  Thanks for the report, Sekure.
* Fix "config logdir:" so that this works correctly when /var/log/snort
  does not exist.
* Fixed bug when setting the doe_ptr on a successful pcre match.  It is
  now set relative to base_ptr.
* Added from_beginning and multiplier options for byte_jump.
  from_beginning skips bytes from the beginning of the content,
  instead of from the location immediately following the number of
  bytes to skip.  multiplier takes a numeric argument, and skips x
  times that number of bytes.
* In "fast" output, now log only actual packet contents when UDP
  data length is greater than actual data length. Thanks Brian
  Caswell for spotting this.
* Arpspoof fixes from Jeff Nathan. Thanks Jeff.
* Updated documentation on flow_depth and HTTP headers per
  conversations with Joe Patterson. Thanks Joe!

Revision 1.10 / (view) - annotate - [select for diffs] , Thu Nov 18 17:15:30 2004 UTC (4 years ago) by jhewlett
Branch: MAIN
Changes since 1.9: +1 -1 lines
Diff to previous 1.9
* slight fixes to mysql detection in configure
* banner update

Revision 1.7.4.3 / (view) - annotate - [select for diffs] , Wed Nov 17 15:54:23 2004 UTC (4 years ago) by jhewlett
Branch: SNORT_2_3
CVS Tags: SNORT_v2_3_0-RC1
Changes since 1.7.4.2: +1 -1 lines
Diff to previous 1.7.4.2 to branch point 1.7
* Bringing win32 up to RC1 for release (thanks Chris Reid)

Revision 1.7.4.2 / (view) - annotate - [select for diffs] , Thu Nov 11 19:23:53 2004 UTC (4 years ago) by jhewlett
Branch: SNORT_2_3
Changes since 1.7.4.1: +3 -3 lines
Diff to previous 1.7.4.1 to branch point 1.7
* English error fix - thanks Alex Kirk

Revision 1.9 / (view) - annotate - [select for diffs] , Thu Nov 11 19:22:19 2004 UTC (4 years ago) by jhewlett
Branch: MAIN
Changes since 1.8: +4 -3 lines
Diff to previous 1.8
* English error fix - thanks Alex Kirk

Revision 1.8 / (view) - annotate - [select for diffs] , Wed Sep 22 17:30:17 2004 UTC (4 years, 1 month ago) by jhewlett
Branch: MAIN
Changes since 1.7: +27 -8 lines
Diff to previous 1.7
* minor updates to http_inspect profiles in docs
* added chunked encoding to iis profile
* removed alerting for delimiter and apache whitespace under 'all'

Revision 1.7.4.1 / (view) - annotate - [select for diffs] , Wed Sep 22 17:26:23 2004 UTC (4 years, 1 month ago) by jhewlett
Branch: SNORT_2_3
Changes since 1.7: +27 -8 lines
Diff to previous 1.7
* minor updates to http_inspect profiles in docs
* added chunked encoding to iis profile
* removed alerting for delimiter and apache whitespace under 'all'

Revision 1.7 / (view) - annotate - [select for diffs] , Tue Jun 22 17:49:03 2004 UTC (4 years, 5 months ago) by jhewlett
Branch: MAIN
CVS Tags: SNORT_v2_2_0-RC1, SNORT_v2_2_0, SNORT_2_2
Branch point for: SNORT_2_3
Changes since 1.6: +8 -8 lines
Diff to previous 1.6
* doc updates

Revision 1.6 / (view) - annotate - [select for diffs] , Mon Jun 21 20:48:09 2004 UTC (4 years, 5 months ago) by djr
Branch: MAIN
Changes since 1.5: +8 -0 lines
Diff to previous 1.5
Added documentation for webroot parameter in http_inspect.

Revision 1.1.2.1 / (view) - annotate - [select for diffs] , Tue Jan 20 21:31:36 2004 UTC (4 years, 10 months ago) by jh8
Branch: SNORT_2_1
CVS Tags: SNORT_v2_1_3-RC1, SNORT_v2_1_3, SNORT_v2_1_2, SNORT_v2_1_1-RC1, SNORT_v2_1_1
Changes since 1.1: +23 -20 lines
Diff to previous 1.1 to next main 1.2
* 2.1.1-RC1

Revision 1.5 / (view) - annotate - [select for diffs] , Mon Jan 19 21:03:07 2004 UTC (4 years, 10 months ago) by jh8
Branch: MAIN
Changes since 1.4: +18 -19 lines
Diff to previous 1.4
* Minor doc updates.

Revision 1.4 / (view) - annotate - [select for diffs] , Thu Jan 15 20:38:07 2004 UTC (4 years, 10 months ago) by jh8
Branch: MAIN
Changes since 1.3: +3 -3 lines
Diff to previous 1.3
* Speeling and grammar fixes from Mike Poor. Yay Mike!

Revision 1.3 / (view) - annotate - [select for diffs] , Tue Jan 13 22:54:45 2004 UTC (4 years, 10 months ago) by jh8
Branch: MAIN
Changes since 1.2: +3 -1 lines
Diff to previous 1.2
* Moving 2.1.0 to 2.1.1-RC1 (to be merged into STABLE)

Revision 1.2 / (view) - annotate - [select for diffs] , Tue Jan 6 19:47:54 2004 UTC (4 years, 10 months ago) by jh8
Branch: MAIN
Changes since 1.1: +2 -0 lines
Diff to previous 1.1
* Doc updates for http_inspect

Revision 1.1 / (view) - annotate - [select for diffs] , Mon Oct 20 15:03:02 2003 UTC (5 years, 1 month ago) by chrisgreen
Branch: MAIN
CVS Tags: version-2-1-0, cmg, SNORT_v2_1_0
Branch point for: SNORT_2_1
* Major add/commit of 2.1 feature set...

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

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