(file) Return to sp_dsize_check.c CVS log (file) (dir) Up to [cvs] / snort / src / detection-plugins

Diff for /snort/src/detection-plugins/sp_dsize_check.c between version 1.22 and 1.23

version 1.22, 2008/07/11 20:56:22 version 1.23, 2008/07/21 13:39:47
Line 379 
Line 379 
             break;             break;
         case DSIZE_RANGE:         case DSIZE_RANGE:
             if ((ds_ptr->dsize <= p->dsize) &&             if ((ds_ptr->dsize <= p->dsize) &&
                 (ds_ptr->dsize <= p->dsize))                  (ds_ptr->dsize2 >= p->dsize))
                 rval = DETECTION_OPTION_MATCH;                 rval = DETECTION_OPTION_MATCH;
             break;             break;
         default:         default:


Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

snort-team@sourcefire.com