diff options
Diffstat (limited to 'ot_http.c')
-rw-r--r-- | ot_http.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -184,7 +184,7 @@ static const ot_keywords keywords_mode[] = | |||
184 | { NULL, -3 } }; | 184 | { NULL, -3 } }; |
185 | static const ot_keywords keywords_format[] = | 185 | static 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 | ||