Changeset 146 for trunk

Show
Ignore:
Timestamp:
12/28/10 09:53:04 (12 years ago)
Author:
andreu
Message:

New remote client in python (based on renetcolGUI without GUI)

Location:
trunk
Files:
1 added
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/dataFlowSet.c

    r145 r146  
    14611461          && ((dosCache.bytes)/(dosCache.packets) < RATIO_DOS ) ) { 
    14621462        jdos = 0; 
    1463         posdos = 69*MAX_RULES_PER_FIELD+jdos; 
    14641463        while ( ((RuleDefPtr)(*(myPtrs->rulesAddressPtr+jdos))) != NULL ) { 
     1464          posdos = 69*MAX_RULES_PER_FIELD+jdos; 
    14651465          ((RuleDefPtr)(*(myPtrs->rulesAddressPtr+posdos)))->check = 1; 
    14661466          jdos++; 
     
    14711471          & ((dosCache.bytes)/(dosCache.packets) < RATIO_DOS ) ) { 
    14721472        jdos = 0; 
    1473         posdos = 69*MAX_RULES_PER_FIELD+jdos; 
    14741473        while ( ((RuleDefPtr)(*(myPtrs->rulesAddressPtr+jdos))) != NULL ) { 
     1474          posdos = 69*MAX_RULES_PER_FIELD+jdos; 
    14751475          ((RuleDefPtr)(*(myPtrs->rulesAddressPtr+posdos)))->check = 1; 
    14761476          jdos++;