summaryrefslogtreecommitdiff
path: root/src/analysis/scan/patterns/tokens/nodes/plain.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/analysis/scan/patterns/tokens/nodes/plain.c')
-rw-r--r--src/analysis/scan/patterns/tokens/nodes/plain.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/analysis/scan/patterns/tokens/nodes/plain.c b/src/analysis/scan/patterns/tokens/nodes/plain.c
index 166ce74..71e2e9b 100644
--- a/src/analysis/scan/patterns/tokens/nodes/plain.c
+++ b/src/analysis/scan/patterns/tokens/nodes/plain.c
@@ -675,7 +675,7 @@ static void g_scan_token_node_plain_check_forward(const GScanTokenNodePlain *nod
phys_t updated_edge; /* Nouvelle bordure de motif */
match_area_t *new_area; /* Copie de correspondance */
- if (0x1) printf("=================== CHECK :: %s (skip? %d)\n", __FUNCTION__, *skip);
+ if (0x0) printf("=================== CHECK :: %s (skip? %d)\n", __FUNCTION__, *skip);
if (*skip)
return;
@@ -799,7 +799,7 @@ static void g_scan_token_node_plain_check_forward(const GScanTokenNodePlain *nod
*/
else
{
- if (0x1) printf(" LIST : %p (sz = %zu)\n", params->main_areas, params->main_count);
+ if (0x0) printf(" LIST : %p (sz = %zu)\n", params->main_areas, params->main_count);
for_each_match_area_safe(area, &params->main_areas, next)
{
@@ -807,7 +807,7 @@ static void g_scan_token_node_plain_check_forward(const GScanTokenNodePlain *nod
after = params->content_end - area->end;
- if (0x1) printf("---------- iter @ %u -> %u\n", (unsigned int)area->start, (unsigned int)area->end);
+ if (0x0) printf("---------- iter @ %u -> %u\n", (unsigned int)area->start, (unsigned int)area->end);
/**
* Il ne peut y avoir qu'une seule séquence d'octets à un même
@@ -1099,7 +1099,7 @@ static void g_scan_token_node_plain_check_backward(const GScanTokenNodePlain *no
phys_t updated_edge; /* Nouvelle bordure de motif */
match_area_t *new_area; /* Copie de correspondance */
- if (0x1) printf("=================== CHECK :: %s (skip? %d)\n", __FUNCTION__, *skip);
+ if (0x0) printf("=================== CHECK :: %s (skip? %d)\n", __FUNCTION__, *skip);
if (*skip)
return;
@@ -1136,7 +1136,7 @@ static void g_scan_token_node_plain_check_backward(const GScanTokenNodePlain *no
*/
else
{
- if (0x1) printf(" LIST : %p (sz = %zu)\n", params->main_areas, params->main_count);
+ if (0x0) printf(" LIST : %p (sz = %zu)\n", params->main_areas, params->main_count);
for_each_match_area_safe(area, &params->main_areas, next)
{
@@ -1144,7 +1144,7 @@ static void g_scan_token_node_plain_check_backward(const GScanTokenNodePlain *no
before = area->start - params->content_start;
- if (0x1) printf("---------- iter @ %u -> %u\n", (unsigned int)area->start, (unsigned int)area->end);
+ if (0x0) printf("---------- iter @ %u -> %u\n", (unsigned int)area->start, (unsigned int)area->end);
/**
* Il ne peut y avoir qu'une seule séquence d'octets à un même