summaryrefslogtreecommitdiff
path: root/ot_http.c
diff options
context:
space:
mode:
Diffstat (limited to 'ot_http.c')
-rw-r--r--ot_http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ot_http.c b/ot_http.c
index 832f21d..0e3cc29 100644
--- a/ot_http.c
+++ b/ot_http.c
@@ -184,7 +184,7 @@ static const ot_keywords keywords_mode[] =
184 { NULL, -3 } }; 184 { NULL, -3 } };
185static const ot_keywords keywords_format[] = 185static const ot_keywords keywords_format[] =
186 { { "bin", TASK_FULLSCRAPE_TPB_BINARY }, { "ben", TASK_FULLSCRAPE }, { "url", TASK_FULLSCRAPE_TPB_URLENCODED }, 186 { { "bin", TASK_FULLSCRAPE_TPB_BINARY }, { "ben", TASK_FULLSCRAPE }, { "url", TASK_FULLSCRAPE_TPB_URLENCODED },
187 { "txt", TASK_FULLSCRAPE_TPB_ASCII }, { NULL, -3 } }; 187 { "txt", TASK_FULLSCRAPE_TPB_ASCII }, { "txtp", TASK_FULLSCRAPE_TPB_ASCII_PLUS }, { NULL, -3 } };
188 188
189 int mode = TASK_STATS_PEERS, scanon = 1, format = 0; 189 int mode = TASK_STATS_PEERS, scanon = 1, format = 0;
190 190