test/jdk/com/sun/jndi/dns/AttributeTests/GetNumericRRs.dns
author xyin
Wed, 25 Jul 2018 11:03:07 +0800
changeset 51192 499b873761d8
permissions -rw-r--r--
8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/ Reviewed-by: vtewari, rriggs
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
51192
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
     1
#
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
     2
# Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
     3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
     4
#
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
     5
# This code is free software; you can redistribute it and/or modify it
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
     6
# under the terms of the GNU General Public License version 2 only, as
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
     7
# published by the Free Software Foundation.
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
     8
#
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
     9
# This code is distributed in the hope that it will be useful, but WITHOUT
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    10
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    11
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    12
# version 2 for more details (a copy is included in the LICENSE file that
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    13
# accompanied this code).
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    14
#
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    15
# You should have received a copy of the GNU General Public License version
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    16
# 2 along with this work; if not, write to the Free Software Foundation,
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    17
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    18
#
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    19
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    20
# or visit www.oracle.com if you need additional information or have any
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    21
# questions.
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    22
#
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    23
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    24
################################################################################
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    25
# Capture file for GetNumericRRs.java
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    26
#
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    27
# NOTE: This hexadecimal dump of DNS protocol messages was generated by
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    28
#       running the GetNumericRRs application program against a real DNS
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    29
#       server along with DNSTracer
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    30
#
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    31
################################################################################
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    32
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    33
# DNS Request
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    34
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    35
0000: 7C 4B 01 00 00 01 00 00   00 00 00 00 05 68 6F 73  .K...........hos
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    36
0010: 74 31 07 64 6F 6D 61 69   6E 31 03 63 6F 6D 00 00  t1.domain1.com..
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    37
0020: FF 00 01                                           ...
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    38
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    39
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    40
# DNS Response
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    41
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    42
0000: 7C 4B 85 80 00 01 00 06   00 01 00 01 05 68 6F 73  .K...........hos
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    43
0010: 74 31 07 64 6F 6D 61 69   6E 31 03 63 6F 6D 00 00  t1.domain1.com..
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    44
0020: FF 00 01 C0 0C 00 10 00   01 00 00 8C A0 00 15 14  ................
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    45
0030: 41 20 76 65 72 79 20 70   6F 70 75 6C 61 72 20 68  A very popular h
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    46
0040: 6F 73 74 2E C0 0C 00 1D   00 01 00 00 8C A0 00 10  ost.............
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    47
0050: 00 12 16 13 88 97 1A 35   69 68 41 38 00 9B 16 58  .......5ihA8...X
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    48
0060: C0 0C 00 0D 00 01 00 00   8C A0 00 13 0C 54 68 65  .............The
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    49
0070: 20 4F 72 69 67 69 6E 61   6C 05 53 75 6E 6E 79 C0   Original.Sunny.
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    50
0080: 0C 00 0F 00 01 00 00 8C   A0 00 12 00 14 05 72 65  ..............re
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    51
0090: 6C 61 79 05 74 65 78 61   73 02 75 73 00 C0 0C 00  lay.texas.us....
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    52
00A0: 0F 00 01 00 00 8C A0 00   0F 00 0A 05 72 65 6C 61  ............rela
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    53
00B0: 79 04 6F 68 69 6F C0 99   C0 0C 00 01 00 01 00 01  y.ohio..........
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    54
00C0: 51 80 00 04 01 02 04 01   C0 12 00 02 00 01 00 00  Q...............
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    55
00D0: 8C A0 00 05 02 6E 73 C0   12 C0 D4 00 01 00 01 00  .....ns.........
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    56
00E0: 00 8C A0 00 04 7F 00 00   01                       .........
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    57
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    58
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    59
# DNS Request
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    60
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    61
0000: 60 6F 01 00 00 01 00 00   00 00 00 00 07 64 6F 6D  `o...........dom
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    62
0010: 61 69 6E 31 03 63 6F 6D   00 00 FF 00 01           ain1.com.....
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    63
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    64
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    65
# DNS Response
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    66
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    67
0000: 60 6F 85 80 00 01 00 03   00 00 00 01 07 64 6F 6D  `o...........dom
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    68
0010: 61 69 6E 31 03 63 6F 6D   00 00 FF 00 01 C0 0C 00  ain1.com........
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    69
0020: 06 00 01 00 00 8C A0 00   26 02 6E 73 C0 0C 0A 70  ........&.ns...p
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    70
0030: 6F 73 74 6D 61 73 74 65   72 C0 0C 00 00 00 01 00  ostmaster.......
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    71
0040: 00 1C 20 00 00 0E 10 00   06 97 80 00 01 51 80 C0  .. ..........Q..
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    72
0050: 0C 00 02 00 01 00 00 8C   A0 00 02 C0 29 C0 0C 00  ............)...
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    73
0060: 10 00 01 00 00 8C A0 00   0C 0B 54 65 73 74 20 64  ..........Test d
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    74
0070: 6F 6D 61 69 6E C0 29 00   01 00 01 00 00 8C A0 00  omain.).........
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    75
0080: 04 7F 00 00 01                                     .....
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    76
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    77
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    78
# DNS Request
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    79
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    80
0000: 97 B5 01 00 00 01 00 00   00 00 00 00 04 69 70 76  .............ipv
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    81
0010: 36 07 64 6F 6D 61 69 6E   31 03 63 6F 6D 00 00 1C  6.domain1.com...
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    82
0020: 00 01                                              ..
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    83
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    84
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    85
# DNS Response
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    86
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    87
0000: 97 B5 85 80 00 01 00 01   00 01 00 01 04 69 70 76  .............ipv
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    88
0010: 36 07 64 6F 6D 61 69 6E   31 03 63 6F 6D 00 00 1C  6.domain1.com...
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    89
0020: 00 01 C0 0C 00 1C 00 01   00 00 8C A0 00 10 00 0A  ................
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    90
0030: 00 0B 00 0C 00 0D 00 0E   00 01 00 02 00 03 C0 11  ................
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    91
0040: 00 02 00 01 00 00 8C A0   00 05 02 6E 73 C0 11 C0  ...........ns...
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    92
0050: 4A 00 01 00 01 00 00 8C   A0 00 04 7F 00 00 01     J..............
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    93
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    94
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    95
# DNS Request
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    96
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    97
0000: 61 7E 01 00 00 01 00 00   00 00 00 00 03 73 75 6E  a............sun
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    98
0010: 07 64 6F 6D 61 69 6E 31   03 63 6F 6D 00 00 05 00  .domain1.com....
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
    99
0020: 01                                                 .
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
   100
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
   101
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
   102
# DNS Response
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
   103
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
   104
0000: 61 7E 85 80 00 01 00 01   00 01 00 01 03 73 75 6E  a............sun
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
   105
0010: 07 64 6F 6D 61 69 6E 31   03 63 6F 6D 00 00 05 00  .domain1.com....
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
   106
0020: 01 C0 0C 00 05 00 01 00   00 8C A0 00 08 05 68 6F  ..............ho
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
   107
0030: 73 74 31 C0 10 C0 10 00   02 00 01 00 00 8C A0 00  st1.............
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
   108
0040: 05 02 6E 73 C0 10 C0 41   00 01 00 01 00 00 8C A0  ..ns...A........
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
   109
0050: 00 04 7F 00 00 01                                  ......
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
   110
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
   111
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
   112
# DNS Request
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
   113
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
   114
0000: 7D 9A 01 00 00 01 00 00   00 00 00 00 04 5F 66 74  ............._ft
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
   115
0010: 70 04 5F 54 63 70 07 64   6F 6D 61 69 6E 31 03 63  p._Tcp.domain1.c
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
   116
0020: 6F 6D 00 00 21 00 01                               om..!..
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
   117
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
   118
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
   119
# DNS Response
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
   120
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
   121
0000: 7D 9A 85 80 00 01 00 01   00 01 00 02 04 5F 66 74  ............._ft
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
   122
0010: 70 04 5F 54 63 70 07 64   6F 6D 61 69 6E 31 03 63  p._Tcp.domain1.c
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
   123
0020: 6F 6D 00 00 21 00 01 C0   0C 00 21 00 01 00 00 8C  om..!.....!.....
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
   124
0030: A0 00 19 00 01 00 00 00   15 05 68 6F 73 74 34 07  ..........host4.
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
   125
0040: 64 6F 6D 61 69 6E 31 03   63 6F 6D 00 C0 3F 00 02  domain1.com..?..
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
   126
0050: 00 01 00 00 8C A0 00 05   02 6E 73 C0 3F C0 39 00  .........ns.?.9.
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
   127
0060: 01 00 01 00 01 51 80 00   04 01 02 04 04 C0 58 00  .....Q........X.
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
   128
0070: 01 00 01 00 00 8C A0 00   04 7F 00 00 01           .............
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
   129
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
   130
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
   131
# DNS Request
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
   132
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
   133
0000: B2 B9 01 00 00 01 00 00   00 00 00 00 01 31 01 34  .............1.4
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
   134
0010: 01 32 01 31 07 69 6E 2D   61 64 64 72 04 61 72 70  .2.1.in-addr.arp
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
   135
0020: 61 00 00 0C 00 01                                  a.....
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
   136
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
   137
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
   138
# DNS Response
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
   139
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
   140
0000: B2 B9 85 80 00 01 00 01   00 01 00 01 01 31 01 34  .............1.4
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
   141
0010: 01 32 01 31 07 69 6E 2D   61 64 64 72 04 61 72 70  .2.1.in-addr.arp
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
   142
0020: 61 00 00 0C 00 01 C0 0C   00 0C 00 01 00 00 8C A0  a...............
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
   143
0030: 00 13 05 68 6F 73 74 31   07 64 6F 6D 61 69 6E 31  ...host1.domain1
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
   144
0040: 03 63 6F 6D 00 C0 0E 00   02 00 01 00 00 8C A0 00  .com............
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
   145
0050: 05 02 6E 73 C0 38 C0 51   00 01 00 01 00 00 8C A0  ..ns.8.Q........
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
   146
0060: 00 04 7F 00 00 01                                  ......
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
   147
499b873761d8 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
xyin
parents:
diff changeset
   148