diff options
author | Dirk Engling <erdgeist@erdgeist.org> | 2017-04-28 15:42:17 +0200 |
---|---|---|
committer | Dirk Engling <erdgeist@erdgeist.org> | 2017-04-28 15:42:17 +0200 |
commit | d1e6e4486c14e56da665c5690844ef5f2e893f0a (patch) | |
tree | f3e38a7a6b13ffe8d63a6079d7dfc7e3b7512d6b /ot_http.c | |
parent | d4598cc93017e4d7e71a6f854d389dcf6749e8df (diff) |
incorporate a more verbose ascii dump, provided by Tom <tom@foscore.com>
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 | ||