CVS log for snort/src/detection-plugins/sp_dsize_check.c |
 |
|
Up to [cvs] / snort / src / detection-plugins
Request diff between arbitrary revisions
Default branch: MAIN
Bookmark a link to:
HEAD
/
(download)
Revision
1.28.2.1
/
(view)
- annotate
- [select for diffs]
, Tue Jan 26 18:10:58 2010 UTC (13 days, 16 hours ago) by jjordan
Branch:
SNORT_2_8_6
CVS Tags:
SNORT_v2_8_6-RC
Changes since 1.28: +1 -1 lines
Diff to previous 1.28
to next main 1.29
Final RC merge. Includes copyright changes.
Revision
1.29
/
(view)
- annotate
- [select for diffs]
, Tue Jan 26 18:09:40 2010 UTC (13 days, 16 hours ago) by jjordan
Branch:
MAIN
CVS Tags:
HEAD
Changes since 1.28: +1 -1 lines
Diff to previous 1.28
Final RC merge. Includes copyright changes.
Revision
1.28
/
(view)
- annotate
- [select for diffs]
, Tue Dec 22 02:56:55 2009 UTC (7 weeks ago) by jjordan
Branch:
MAIN
CVS Tags:
SNORT_v2_8_6-BETA
Branch point for:
SNORT_2_8_6
Changes since 1.27: +2 -1 lines
Diff to previous 1.27
Snort 2.8.6 Beta initial commit.
Revision
1.27
/
(view)
- annotate
- [select for diffs]
, Wed May 6 22:28:28 2009 UTC (9 months ago) by jjordan
Branch:
MAIN
CVS Tags:
SNORT_v2_8_5_2,
SNORT_v2_8_5-RC,
SNORT_v2_8_5-BETA,
SNORT_v2_8_5,
SNORT_2_8_5
Changes since 1.26: +3 -3 lines
Diff to previous 1.26
Updating open-source CVS for Snort 2.8.5 beta release.
Revision
1.24.2.1
/
(view)
- annotate
- [select for diffs]
, Mon Jan 26 21:50:02 2009 UTC (12 months, 1 week ago) by twease
Branch:
SNORT_2_8_4
CVS Tags:
SNORT_v2_8_4_1,
SNORT_v2_8_4-RC1,
SNORT_v2_8_4
Changes since 1.24: +1 -1 lines
Diff to previous 1.24
to next main 1.25
Thought I was checking into 2_8_4 and HEAD but 2.8.4 was actually head. Anyway, not going through the business again. See HEAD checkins for comments
Revision
1.26
/
(view)
- annotate
- [select for diffs]
, Mon Jan 26 16:26:01 2009 UTC (12 months, 1 week ago) by twease
Branch:
MAIN
Changes since 1.25: +0 -0 lines
Diff to previous 1.25
copyright updates
Revision
1.25
/
(view)
- annotate
- [select for diffs]
, Mon Jan 26 16:25:09 2009 UTC (12 months, 1 week ago) by twease
Branch:
MAIN
Changes since 1.24: +1 -1 lines
Diff to previous 1.24
copyright updates
Revision
1.24
/
(view)
- annotate
- [select for diffs]
, Fri Oct 3 20:56:04 2008 UTC (16 months ago) by twease
Branch:
MAIN
CVS Tags:
SNORT_v2_8_4-BETA
Branch point for:
SNORT_2_8_4
Changes since 1.23: +2 -230 lines
Diff to previous 1.23
* Harden rule option tree code. * Add override keyword support. Argument to a rule option can be overriden and processed elsewhere. Added for support of new byte_test and byte_jump rule option argument dce.
Revision
1.23
/
(view)
- annotate
- [select for diffs]
, Mon Jul 21 13:39:47 2008 UTC (18 months, 2 weeks ago) by twease
Branch:
MAIN
Changes since 1.22: +1 -1 lines
Diff to previous 1.22
Fix issue with rule option "dsize" range check. Thanks to Bhadresh Patel for bringing this to our attention.
Revision
1.21.2.2
/
(view)
- annotate
- [select for diffs]
, Mon Jul 21 13:39:46 2008 UTC (18 months, 2 weeks ago) by twease
Branch:
SNORT_2_8_3
CVS Tags:
SNORT_v2_8_3_2,
SNORT_v2_8_3_1,
SNORT_v2_8_3
Changes since 1.21.2.1: +1 -1 lines
Diff to previous 1.21.2.1
to branch point 1.21
to next main 1.22
Fix issue with rule option "dsize" range check. Thanks to Bhadresh Patel for bringing this to our attention.
Revision
1.21.4.1
/
(view)
- annotate
- [select for diffs]
, Fri Jul 18 20:41:41 2008 UTC (18 months, 3 weeks ago) by twease
Branch:
SNORT_2_8_2
CVS Tags:
SNORT_v2_8_2_2
Changes since 1.21: +1 -1 lines
Diff to previous 1.21
to next main 1.22
Fix issue with rule option "dsize" range check. Thanks to Bhadresh Patel for bringing this to our attention.
Revision
1.22
/
(view)
- annotate
- [select for diffs]
, Fri Jul 11 20:56:22 2008 UTC (18 months, 4 weeks ago) by twease
Branch:
MAIN
Changes since 1.21: +1 -0 lines
Diff to previous 1.21
Move hash rot macros
Revision
1.21.2.1
/
(view)
- annotate
- [select for diffs]
, Fri Jul 11 20:55:59 2008 UTC (18 months, 4 weeks ago) by twease
Branch:
SNORT_2_8_3
CVS Tags:
SNORT_v2_8_3-RC1
Changes since 1.21: +1 -0 lines
Diff to previous 1.21
Move hash rot macros.
Revision
1.21
/
(view)
- annotate
- [select for diffs]
, Tue Apr 15 18:30:16 2008 UTC (21 months, 3 weeks ago) by twease
Branch:
MAIN
CVS Tags:
SNORT_v2_8_3-BETA,
SNORT_v2_8_2_1,
SNORT_v2_8_2-RC,
SNORT_v2_8_2-BETA,
SNORT_v2_8_2
Branch point for:
SNORT_2_8_3,
SNORT_2_8_2
Changes since 1.20: +169 -9 lines
Diff to previous 1.20
Pattern Matcher Caching & Rule Processing Performance Improvements.
Revision
1.20
/
(view)
- annotate
- [select for diffs]
, Tue Feb 26 01:19:23 2008 UTC (23 months, 2 weeks ago) by twease
Branch:
MAIN
Changes since 1.19: +2 -1 lines
Diff to previous 1.19
update sourcefire copyright
Revision
1.18.2.2
/
(view)
- annotate
- [select for diffs]
, Tue Feb 26 01:15:50 2008 UTC (23 months, 2 weeks ago) by twease
CVS Tags:
SNORT_v2_8_1-RC,
SNORT_v2_8_1,
SNORT_2_8_1
Changes since 1.18.2.1: +2 -1 lines
Diff to previous 1.18.2.1
to branch point 1.18
to next main 1.19
update sourcefire copyright
Revision
1.17.2.2
/
(view)
- annotate
- [select for diffs]
, Tue Feb 26 01:08:06 2008 UTC (23 months, 2 weeks ago) by twease
Branch:
SNORT_2_8_0
Changes since 1.17.2.1: +2 -1 lines
Diff to previous 1.17.2.1
to branch point 1.17
to next main 1.18
add sourcefire copyright
Revision
1.18.2.1
/
(view)
- annotate
- [select for diffs]
, Mon Dec 10 19:29:35 2007 UTC (2 years, 2 months ago) by twease
CVS Tags:
SNORT_v2_8_1-BETA
Changes since 1.18: +43 -0 lines
Diff to previous 1.18
Added performance profiling stats for rule option evaluation. Add limits to pcre matching that could affect performance.
Revision
1.19
/
(view)
- annotate
- [select for diffs]
, Mon Dec 10 19:29:34 2007 UTC (2 years, 2 months ago) by twease
Branch:
MAIN
Changes since 1.18: +43 -0 lines
Diff to previous 1.18
Added performance profiling stats for rule option evaluation. Add limits to pcre matching that could affect performance.
Revision
1.17.2.1
/
(view)
- annotate
- [select for diffs]
, Mon Aug 20 17:06:54 2007 UTC (2 years, 5 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.17: +1 -1 lines
Diff to previous 1.17
* Added support to provide action control (alert, drop, pass, etc)
over preprocessor and decoder generated events.
* Added 1st phase of support for IPv6.
Revision
1.18
/
(view)
- annotate
- [select for diffs]
, Mon Aug 20 17:06:52 2007 UTC (2 years, 5 months ago) by ssturges
Branch:
MAIN
Changes since 1.17: +1 -1 lines
Diff to previous 1.17
* Added support to provide action control (alert, drop, pass, etc)
over preprocessor and decoder generated events.
* Added 1st phase of support for IPv6.
Revision
1.17
/
(view)
- annotate
- [select for diffs]
, Fri Jul 6 15:57:49 2007 UTC (2 years, 7 months ago) by ssturges
Branch:
MAIN
Branch point for:
SNORT_2_8_0
Changes since 1.16: +5 -4 lines
Diff to previous 1.16
License changes
Revision
1.16.14.1
/
(view)
- annotate
- [select for diffs]
, Tue Jul 3 20:41:34 2007 UTC (2 years, 7 months ago) by twease
Branch:
SNORT_2_7_0
CVS Tags:
SNORT_v2_7_0
Changes since 1.16: +5 -4 lines
Diff to previous 1.16
to next main 1.17
License changes
Revision
1.16
/
(view)
- annotate
- [select for diffs]
, Fri Nov 7 17:49:39 2003 UTC (6 years, 3 months ago) by droelker
Branch:
MAIN
CVS Tags:
version-2-1-0,
STABLE,
SNORT_v2_7_0-BETA2,
SNORT_v2_7_0-BETA1,
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_5,
SNORT_v2_4_3,
SNORT_v2_4_2,
SNORT_v2_4_1,
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_6_1,
SNORT_2_6,
SNORT_2_4,
SNORT_2_3,
SNORT_2_2,
SNORT_2_1
Branch point for:
SNORT_2_7_0
Changes since 1.15: +46 -4 lines
Diff to previous 1.15
Added --add-missing to automake so flow dependencies get installed. Added
argument checking to dsize plugin, added options to all and iis http_inspect
profiles.
Revision
1.15
/
(view)
- annotate
- [select for diffs]
, Mon Oct 20 15:03:29 2003 UTC (6 years, 3 months ago) by chrisgreen
Branch:
MAIN
CVS Tags:
cmg
Changes since 1.14: +2 -2 lines
Diff to previous 1.14
* Major add/commit of 2.1 feature set...
Will do a tag and then remove the "moved" files
Revision
1.14
/
(view)
- annotate
- [select for diffs]
, Tue May 13 20:53:52 2003 UTC (6 years, 8 months ago) by chrisgreen
Branch:
MAIN
CVS Tags:
version-2-0-6,
version-2-0-5,
version-2-0-2,
version-2-0-1,
SNORT_2_0
Changes since 1.13: +4 -2 lines
Diff to previous 1.13
* calloc checks from jeff
* configure.in dequoting arguments from jeff for old auto{junk}
* timersub.h -> Makefile.am
Revision
1.13
/
(view)
- annotate
- [select for diffs]
, Wed Oct 30 19:17:56 2002 UTC (7 years, 3 months ago) by andrewbaker
Branch:
MAIN
CVS Tags:
version-2-0-0,
CMG
Changes since 1.12: +9 -8 lines
Diff to previous 1.12
* src/parser/IpAddrSet.c:
* src/parser/IpAddrSet.h:
add API for IpAddrSet data structure
* removed "extern char *file_name" and "extern int file_line" from
scattered places in the source
* src/detection-plugins/*.c:
add multiple options checks for plugins
Revision
1.12
/
(view)
- annotate
- [select for diffs]
, Tue Jul 9 15:10:28 2002 UTC (7 years, 7 months ago) by chrisgreen
Branch:
MAIN
CVS Tags:
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_1_9
Changes since 1.11: +7 -1 lines
Diff to previous 1.11
* fixed dsizecheckrange to be the same as the rest of the functions
with regards to fake pkts
Revision
1.11
/
(view)
- annotate
- [select for diffs]
, Thu Jun 27 18:06:15 2002 UTC (7 years, 7 months ago) by chrisgreen
Branch:
MAIN
Changes since 1.10: +52 -3 lines
Diff to previous 1.10
* dsize a<>b thanks to Andreas Östling ( who's name would be harder
for me to type without cut and paste :) )
Revision
1.10
/
(view)
- annotate
- [select for diffs]
, Thu Jun 27 17:33:42 2002 UTC (7 years, 7 months ago) by chrisgreen
Branch:
MAIN
Changes since 1.9: +20 -1 lines
Diff to previous 1.9
* dsize checks always return 0 for rebuilt packets
Revision
1.9
/
(view)
- annotate
- [select for diffs]
, Mon May 13 20:14:06 2002 UTC (7 years, 8 months ago) by chrisgreen
Branch:
MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
* moved PLUGIN_* to plugin_enum.h
Revision
1.8
/
(view)
- annotate
- [select for diffs]
, Wed Apr 3 23:15:37 2002 UTC (7 years, 10 months ago) by chrisgreen
Branch:
MAIN
Changes since 1.7: +6 -6 lines
Diff to previous 1.7
* converted to using DEBUG_WRAP ( thanks to Mike Fisk for pointing out )
Revision
1.7
/
(view)
- annotate
- [select for diffs]
, Tue Apr 2 22:50:59 2002 UTC (7 years, 10 months ago) by andrewbaker
Branch:
MAIN
Changes since 1.6: +31 -2 lines
Diff to previous 1.6
* code rearrangement
Revision
1.6
/
(view)
- annotate
- [select for diffs]
, Mon Mar 18 20:10:03 2002 UTC (7 years, 10 months ago) by chrisgreen
Branch:
MAIN
Changes since 1.5: +6 -17 lines
Diff to previous 1.5
* DEBUG_PLUGIN
Revision
1.5
/
(view)
- annotate
- [select for diffs]
, Fri Mar 15 14:48:00 2002 UTC (7 years, 10 months ago) by chrisgreen
Branch:
MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4
* Updated Copyright notices
Revision
1.4
/
(view)
- annotate
- [select for diffs]
, Tue Jan 2 08:06:00 2001 UTC (9 years, 1 month ago) by roesch
Branch:
MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3
* Updated Copyright notice on all files
* copied the COPYING file to LICENSE so that people will know where to find it
* added check code to the parser to make sure people put ports in (even when
they're writing icmp rules)
* Added a bunch of deserving people to the CREDITS file
Revision
1.3
/
(view)
- annotate
- [select for diffs]
, Wed Dec 13 06:12:27 2000 UTC (9 years, 1 month ago) by roesch
Branch:
MAIN
Changes since 1.2: +8 -8 lines
Diff to previous 1.2
* Phil Wood's mods for bidirectional rules, IP lists back to using []
* re-indented the code goddamn it!
* beta 8 check in
Revision
1.2
/
(view)
- annotate
- [select for diffs]
, Wed Aug 30 20:07:49 2000 UTC (9 years, 5 months ago) by fygrave
Branch:
MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1
* UnixAlert moved from log.c to spo_log_unixalert.c (where it should be)
* Added extra checks for null pointers for tchp/udph/icmph. There are still
a few places in log routines where we can hit the rock, but it's comming :)
* fixed some warnings.
Revision
1.1.1.1
/
(view)
- annotate
- [select for diffs]
(vendor branch)
, Mon Aug 7 02:42:18 2000 UTC (9 years, 6 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:42:18 2000 UTC (9 years, 6 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.