Skip to content

Commit

Permalink
cue fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
pront committed Dec 29, 2024
1 parent 0691dba commit c71c7c1
Showing 1 changed file with 91 additions and 91 deletions.
182 changes: 91 additions & 91 deletions website/cue/reference/remap/functions/parse_dnstap.cue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ remap: functions: parse_dnstap: {
]
internal_failure_reasons: [
"`value` is not a valid base64 encoded string.",
"dnstap parsing failed for `value`"
"dnstap parsing failed for `value`",
]
return: types: ["object"]

Expand All @@ -37,106 +37,106 @@ remap: functions: parse_dnstap: {
parse_dnstap!("ChVqYW1lcy1WaXJ0dWFsLU1hY2hpbmUSC0JJTkQgOS4xNi4zGgBy5wEIAxACGAEiEAAAAAAAAAAAAAAAAAAAAAAqECABBQJwlAAAAAAAAAAAADAw8+0CODVA7+zq9wVNMU3WNlI2kwIAAAABAAAAAAABCWZhY2Vib29rMQNjb20AAAEAAQAAKQIAAACAAAAMAAoACOxjCAG9zVgzWgUDY29tAGAAbQAAAAByZLM4AAAAAQAAAAAAAQJoNQdleGFtcGxlA2NvbQAABgABAAApBNABAUAAADkADwA1AAlubyBTRVAgbWF0Y2hpbmcgdGhlIERTIGZvdW5kIGZvciBkbnNzZWMtZmFpbGVkLm9yZy54AQ==")
"""#
return: {
"dataType": "Message",
"dataTypeId": 1,
"extraInfo": "",
"messageType": "ResolverQuery",
"messageTypeId": 3,
"queryZone": "com.",
"dataType": "Message"
"dataTypeId": 1
"extraInfo": ""
"messageType": "ResolverQuery"
"messageTypeId": 3
"queryZone": "com."
"requestData": {
"fullRcode": 0,
"fullRcode": 0
"header": {
"aa": false,
"ad": false,
"anCount": 0,
"arCount": 1,
"cd": false,
"id": 37634,
"nsCount": 0,
"opcode": 0,
"qdCount": 1,
"qr": 0,
"ra": false,
"rcode": 0,
"rd": false,
"tc": false,
},
"aa": false
"ad": false
"anCount": 0
"arCount": 1
"cd": false
"id": 37634
"nsCount": 0
"opcode": 0
"qdCount": 1
"qr": 0
"ra": false
"rcode": 0
"rd": false
"tc": false
}
"opt": {
"do": true,
"ednsVersion": 0,
"extendedRcode": 0,
"do": true
"ednsVersion": 0
"extendedRcode": 0
"options": [
{
"optCode": 10,
"optName": "Cookie",
"optValue": "7GMIAb3NWDM=",
}
],
"udpPayloadSize": 512,
},
"question": [
{
"class": "IN",
"domainName": "facebook1.com.",
"questionType": "A",
"questionTypeId": 1,
{
"optCode": 10
"optName": "Cookie"
"optValue": "7GMIAb3NWDM="
},
]
"udpPayloadSize": 512
}
],
"rcodeName": "NoError",
},
"question": [
{
"class": "IN"
"domainName": "facebook1.com."
"questionType": "A"
"questionTypeId": 1
},
]
"rcodeName": "NoError"
}
"responseData": {
"fullRcode": 16,
"fullRcode": 16
"header": {
"aa": false,
"ad": false,
"anCount": 0,
"arCount": 1,
"cd": false,
"id": 45880,
"nsCount": 0,
"opcode": 0,
"qdCount": 1,
"qr": 0,
"ra": false,
"rcode": 16,
"rd": false,
"tc": false,
},
"aa": false
"ad": false
"anCount": 0
"arCount": 1
"cd": false
"id": 45880
"nsCount": 0
"opcode": 0
"qdCount": 1
"qr": 0
"ra": false
"rcode": 16
"rd": false
"tc": false
}
"opt": {
"do": false,
"ednsVersion": 1,
"extendedRcode": 1,
"do": false
"ednsVersion": 1
"extendedRcode": 1
"ede": [
{
"extraText": "no SEP matching the DS found for dnssec-failed.org.",
"infoCode": 9,
"purpose": "DNSKEY Missing",
}
],
"udpPayloadSize": 1232,
},
"question": [
{
"class": "IN",
"domainName": "facebook1.com.",
"questionType": "A",
"questionTypeId": 1,
{
"extraText": "no SEP matching the DS found for dnssec-failed.org."
"infoCode": 9
"purpose": "DNSKEY Missing"
},
]
"udpPayloadSize": 1232
}
],
"rcodeName": "NoError",
},
"responseAddress": "2001:502:7094::30",
"responsePort": 53,
"serverId": "james-Virtual-Machine",
"serverVersion": "BIND 9.16.3",
"socketFamily": "INET6",
"socketProtocol": "UDP",
"sourceAddress": "::",
"sourcePort": 46835,
"time": 1_593_489_007_920_014_129,
"timePrecision": "ns",
"timestamp": "2020-06-30T03:50:07.920014129Z"
"question": [
{
"class": "IN"
"domainName": "facebook1.com."
"questionType": "A"
"questionTypeId": 1
},
]
"rcodeName": "NoError"
}
"responseAddress": "2001:502:7094::30"
"responsePort": 53
"serverId": "james-Virtual-Machine"
"serverVersion": "BIND 9.16.3"
"socketFamily": "INET6"
"socketProtocol": "UDP"
"sourceAddress": "::"
"sourcePort": 46835
"time": 1_593_489_007_920_014_129
"timePrecision": "ns"
"timestamp": "2020-06-30T03:50:07.920014129Z"
}
}
},
]
}

0 comments on commit c71c7c1

Please sign in to comment.