From d1e6e4486c14e56da665c5690844ef5f2e893f0a Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Fri, 28 Apr 2017 15:42:17 +0200 Subject: incorporate a more verbose ascii dump, provided by Tom --- ot_http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ot_http.c') 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[] = { NULL, -3 } }; static const ot_keywords keywords_format[] = { { "bin", TASK_FULLSCRAPE_TPB_BINARY }, { "ben", TASK_FULLSCRAPE }, { "url", TASK_FULLSCRAPE_TPB_URLENCODED }, - { "txt", TASK_FULLSCRAPE_TPB_ASCII }, { NULL, -3 } }; + { "txt", TASK_FULLSCRAPE_TPB_ASCII }, { "txtp", TASK_FULLSCRAPE_TPB_ASCII_PLUS }, { NULL, -3 } }; int mode = TASK_STATS_PEERS, scanon = 1, format = 0; -- cgit v1.2.3