summaryrefslogtreecommitdiff
path: root/src/packet/question.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/packet/question.c')
-rw-r--r--src/packet/question.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/packet/question.c b/src/packet/question.c
index b138121..1c43232 100644
--- a/src/packet/question.c
+++ b/src/packet/question.c
@@ -94,7 +94,13 @@ void print_question(Question* question, char* buffer) {
break;
case CMD:
APPEND(buffer, "CMD ");
- break;
+ break;
+ case AR:
+ APPEND(buffer, "A ");
+ break;
+ case AAAAR:
+ APPEND(buffer, "AAAAR ");
+ break;
}
APPEND(buffer, "%.*s",
question->domain[0],