|
|
|
@ -1171,7 +1171,7 @@ int cli_ac_scanbuff(const unsigned char *buffer, uint32_t length, const char **v |
|
|
|
|
} else { /* !pt->type */ |
|
|
|
|
if(pt->lsigid[0]) { |
|
|
|
|
mdata->lsigcnt[pt->lsigid[1]][pt->lsigid[2]]++; |
|
|
|
|
pt = pt->next; |
|
|
|
|
pt = pt->next_same; |
|
|
|
|
continue; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -1184,7 +1184,7 @@ int cli_ac_scanbuff(const unsigned char *buffer, uint32_t length, const char **v |
|
|
|
|
newres->next = *res; |
|
|
|
|
*res = newres; |
|
|
|
|
|
|
|
|
|
pt = pt->next; |
|
|
|
|
pt = pt->next_same; |
|
|
|
|
continue; |
|
|
|
|
} else { |
|
|
|
|
if(virname) |
|
|
|
@ -1213,7 +1213,7 @@ int cli_ac_scanbuff(const unsigned char *buffer, uint32_t length, const char **v |
|
|
|
|
} else { |
|
|
|
|
if(pt->lsigid[0]) { |
|
|
|
|
mdata->lsigcnt[pt->lsigid[1]][pt->lsigid[2]]++; |
|
|
|
|
pt = pt->next; |
|
|
|
|
pt = pt->next_same; |
|
|
|
|
continue; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -1226,7 +1226,7 @@ int cli_ac_scanbuff(const unsigned char *buffer, uint32_t length, const char **v |
|
|
|
|
newres->next = *res; |
|
|
|
|
*res = newres; |
|
|
|
|
|
|
|
|
|
pt = pt->next; |
|
|
|
|
pt = pt->next_same; |
|
|
|
|
continue; |
|
|
|
|
} else { |
|
|
|
|
if(virname) |
|
|
|
|