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_mutex.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ot_mutex.h') diff --git a/ot_mutex.h b/ot_mutex.h index 1079074..bd07009 100644 --- a/ot_mutex.h +++ b/ot_mutex.h @@ -47,8 +47,9 @@ typedef enum { TASK_FULLSCRAPE = 0x0200, /* Default mode */ TASK_FULLSCRAPE_TPB_BINARY = 0x0201, TASK_FULLSCRAPE_TPB_ASCII = 0x0202, - TASK_FULLSCRAPE_TPB_URLENCODED = 0x0203, - TASK_FULLSCRAPE_TRACKERSTATE = 0x0204, + TASK_FULLSCRAPE_TPB_ASCII_PLUS = 0x0203, + TASK_FULLSCRAPE_TPB_URLENCODED = 0x0204, + TASK_FULLSCRAPE_TRACKERSTATE = 0x0205, TASK_DMEM = 0x0300, -- cgit v1.2.3