summaryrefslogtreecommitdiff
path: root/ot_http.c
diff options
context:
space:
mode:
authorDirk Engling <erdgeist@erdgeist.org>2017-04-28 15:42:17 +0200
committerDirk Engling <erdgeist@erdgeist.org>2017-04-28 15:42:17 +0200
commitd1e6e4486c14e56da665c5690844ef5f2e893f0a (patch)
treef3e38a7a6b13ffe8d63a6079d7dfc7e3b7512d6b /ot_http.c
parentd4598cc93017e4d7e71a6f854d389dcf6749e8df (diff)
incorporate a more verbose ascii dump, provided by Tom <tom@foscore.com>
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