summaryrefslogtreecommitdiff
path: root/test/regression/dns_test/response_a_google_com.c
blob: 3c14ae81b1197bdb44866a85194c89c49a6adb48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
/***************************************************************************/
/* Copyright (c) 2024 Microsoft Corporation                                */
/* Copyright (c) 2026 Eclipse ThreadX contributors                         */
/*                                                                         */
/* This program and the accompanying materials are made available under    */
/* the terms of the MIT License which is available at                      */
/* https://opensource.org/licenses/MIT.                                    */
/*                                                                         */
/* SPDX-License-Identifier: MIT                                            */
/***************************************************************************/

/*
No.     Time        Source                Destination           Protocol Length Info
     54 82.002033   192.2.2.1             192.2.2.240           DNS      246    Standard query response 0x0002  A 74.125.224.194 A 74.125.224.195 A 74.125.224.196 A 74.125.224.197 A 74.125.224.198 A 74.125.224.199 A 74.125.224.200 A 74.125.224.201 A 74.125.224.206 A 74.125.224.192 A 74.125.224.193

Frame 54: 246 bytes on wire (1968 bits), 246 bytes captured (1968 bits)
Ethernet II, Src: TyanComp_45:7a:c6 (00:e0:81:45:7a:c6), Dst: Dell_8e:ec:b5 (d4:be:d9:8e:ec:b5)
Internet Protocol Version 4, Src: 192.2.2.1 (192.2.2.1), Dst: 192.2.2.240 (192.2.2.240)
User Datagram Protocol, Src Port: domain (53), Dst Port: 52427 (52427)
Domain Name System (response)
    [Request In: 53]
    [Time: 0.015609000 seconds]
    Transaction ID: 0x0002
    Flags: 0x8180 Standard query response, No error
    Questions: 1
    Answer RRs: 11
    Authority RRs: 0
    Additional RRs: 0
    Queries
    Answers
        google.com: type A, class IN, addr 74.125.224.194
            Name: google.com
            Type: A (Host address)
            Class: IN (0x0001)
            Time to live: 2 minutes, 22 seconds
            Data length: 4
            Addr: 74.125.224.194 (74.125.224.194)
        google.com: type A, class IN, addr 74.125.224.195
            Name: google.com
            Type: A (Host address)
            Class: IN (0x0001)
            Time to live: 2 minutes, 22 seconds
            Data length: 4
            Addr: 74.125.224.195 (74.125.224.195)
        google.com: type A, class IN, addr 74.125.224.196
            Name: google.com
            Type: A (Host address)
            Class: IN (0x0001)
            Time to live: 2 minutes, 22 seconds
            Data length: 4
            Addr: 74.125.224.196 (74.125.224.196)
        google.com: type A, class IN, addr 74.125.224.197
            Name: google.com
            Type: A (Host address)
            Class: IN (0x0001)
            Time to live: 2 minutes, 22 seconds
            Data length: 4
            Addr: 74.125.224.197 (74.125.224.197)
        google.com: type A, class IN, addr 74.125.224.198
            Name: google.com
            Type: A (Host address)
            Class: IN (0x0001)
            Time to live: 2 minutes, 22 seconds
            Data length: 4
            Addr: 74.125.224.198 (74.125.224.198)
        google.com: type A, class IN, addr 74.125.224.199
            Name: google.com
            Type: A (Host address)
            Class: IN (0x0001)
            Time to live: 2 minutes, 22 seconds
            Data length: 4
            Addr: 74.125.224.199 (74.125.224.199)
        google.com: type A, class IN, addr 74.125.224.200
            Name: google.com
            Type: A (Host address)
            Class: IN (0x0001)
            Time to live: 2 minutes, 22 seconds
            Data length: 4
            Addr: 74.125.224.200 (74.125.224.200)
        google.com: type A, class IN, addr 74.125.224.201
            Name: google.com
            Type: A (Host address)
            Class: IN (0x0001)
            Time to live: 2 minutes, 22 seconds
            Data length: 4
            Addr: 74.125.224.201 (74.125.224.201)
        google.com: type A, class IN, addr 74.125.224.206
            Name: google.com
            Type: A (Host address)
            Class: IN (0x0001)
            Time to live: 2 minutes, 22 seconds
            Data length: 4
            Addr: 74.125.224.206 (74.125.224.206)
        google.com: type A, class IN, addr 74.125.224.192
            Name: google.com
            Type: A (Host address)
            Class: IN (0x0001)
            Time to live: 2 minutes, 22 seconds
            Data length: 4
            Addr: 74.125.224.192 (74.125.224.192)
        google.com: type A, class IN, addr 74.125.224.193
            Name: google.com
            Type: A (Host address)
            Class: IN (0x0001)
            Time to live: 2 minutes, 22 seconds
            Data length: 4
            Addr: 74.125.224.193 (74.125.224.193)
*/

/* Frame (246 bytes) */
char response_a_google_com_pkt[246] = {
0xd4, 0xbe, 0xd9, 0x8e, 0xec, 0xb5, 0x00, 0xe0, /* ........ */
0x81, 0x45, 0x7a, 0xc6, 0x08, 0x00, 0x45, 0x00, /* .Ez...E. */
0x00, 0xe8, 0x4b, 0x83, 0x00, 0x00, 0x80, 0x11, /* ..K..... */
0x69, 0x8c, 0xc0, 0x02, 0x02, 0x01, 0xc0, 0x02, /* i....... */
0x02, 0xf0, 0x00, 0x35, 0xcc, 0xcb, 0x00, 0xd4, /* ...5.... */
0xf5, 0x39, 0x00, 0x02, 0x81, 0x80, 0x00, 0x01, /* .9...... */
0x00, 0x0b, 0x00, 0x00, 0x00, 0x00, 0x06, 0x67, /* .......g */
0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x03, 0x63, 0x6f, /* oogle.co */
0x6d, 0x00, 0x00, 0x01, 0x00, 0x01, 0xc0, 0x0c, /* m....... */
0x00, 0x01, 0x00, 0x01, 0x00, 0x00, 0x00, 0x8e, /* ........ */
0x00, 0x04, 0x4a, 0x7d, 0xe0, 0xc2, 0xc0, 0x0c, /* ..J}.... */
0x00, 0x01, 0x00, 0x01, 0x00, 0x00, 0x00, 0x8e, /* ........ */
0x00, 0x04, 0x4a, 0x7d, 0xe0, 0xc3, 0xc0, 0x0c, /* ..J}.... */
0x00, 0x01, 0x00, 0x01, 0x00, 0x00, 0x00, 0x8e, /* ........ */
0x00, 0x04, 0x4a, 0x7d, 0xe0, 0xc4, 0xc0, 0x0c, /* ..J}.... */
0x00, 0x01, 0x00, 0x01, 0x00, 0x00, 0x00, 0x8e, /* ........ */
0x00, 0x04, 0x4a, 0x7d, 0xe0, 0xc5, 0xc0, 0x0c, /* ..J}.... */
0x00, 0x01, 0x00, 0x01, 0x00, 0x00, 0x00, 0x8e, /* ........ */
0x00, 0x04, 0x4a, 0x7d, 0xe0, 0xc6, 0xc0, 0x0c, /* ..J}.... */
0x00, 0x01, 0x00, 0x01, 0x00, 0x00, 0x00, 0x8e, /* ........ */
0x00, 0x04, 0x4a, 0x7d, 0xe0, 0xc7, 0xc0, 0x0c, /* ..J}.... */
0x00, 0x01, 0x00, 0x01, 0x00, 0x00, 0x00, 0x8e, /* ........ */
0x00, 0x04, 0x4a, 0x7d, 0xe0, 0xc8, 0xc0, 0x0c, /* ..J}.... */
0x00, 0x01, 0x00, 0x01, 0x00, 0x00, 0x00, 0x8e, /* ........ */
0x00, 0x04, 0x4a, 0x7d, 0xe0, 0xc9, 0xc0, 0x0c, /* ..J}.... */
0x00, 0x01, 0x00, 0x01, 0x00, 0x00, 0x00, 0x8e, /* ........ */
0x00, 0x04, 0x4a, 0x7d, 0xe0, 0xce, 0xc0, 0x0c, /* ..J}.... */
0x00, 0x01, 0x00, 0x01, 0x00, 0x00, 0x00, 0x8e, /* ........ */
0x00, 0x04, 0x4a, 0x7d, 0xe0, 0xc0, 0xc0, 0x0c, /* ..J}.... */
0x00, 0x01, 0x00, 0x01, 0x00, 0x00, 0x00, 0x8e, /* ........ */
0x00, 0x04, 0x4a, 0x7d, 0xe0, 0xc1              /* ..J}.. */
};

int response_a_google_com_pkt_size = 246;