diff options
Diffstat (limited to 'tests/dhcp-rfc5859-v.out')
-rw-r--r-- | tests/dhcp-rfc5859-v.out | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/tests/dhcp-rfc5859-v.out b/tests/dhcp-rfc5859-v.out new file mode 100644 index 0000000000000..6f31368a1d7b6 --- /dev/null +++ b/tests/dhcp-rfc5859-v.out @@ -0,0 +1,44 @@ +IP (tos 0x10, ttl 128, id 0, offset 0, flags [none], proto UDP (17), length 328) + 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from 00:0c:29:1f:74:06, length 300, xid 0xde549277, Flags [none] + Client-Ethernet-Address 00:0c:29:1f:74:06 + Vendor-rfc1048 Extensions + Magic Cookie 0x63825363 + DHCP-Message Option 53, length 1: Discover + Parameter-Request Option 55, length 8: + Subnet-Mask, BR, Time-Zone, Default-Gateway + Domain-Name, Domain-Name-Server, Hostname, TFTP-Server-Address +IP (tos 0x10, ttl 128, id 0, offset 0, flags [none], proto UDP (17), length 328) + 192.168.1.1.67 > 192.168.1.4.68: BOOTP/DHCP, Reply, length 300, xid 0xde549277, Flags [none] + Your-IP 192.168.1.4 + Client-Ethernet-Address 00:0c:29:1f:74:06 + Vendor-rfc1048 Extensions + Magic Cookie 0x63825363 + DHCP-Message Option 53, length 1: Offer + Server-ID Option 54, length 4: 192.168.1.1 + Lease-Time Option 51, length 4: 43200 + Subnet-Mask Option 1, length 4: 255.255.255.0 + Default-Gateway Option 3, length 4: 192.168.1.1 + TFTP-Server-Address Option 150, length 8: 192.168.1.10,192.168.1.11 +IP (tos 0x10, ttl 128, id 0, offset 0, flags [none], proto UDP (17), length 328) + 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from 00:0c:29:1f:74:06, length 300, xid 0xde549277, Flags [none] + Client-Ethernet-Address 00:0c:29:1f:74:06 + Vendor-rfc1048 Extensions + Magic Cookie 0x63825363 + DHCP-Message Option 53, length 1: Request + Server-ID Option 54, length 4: 192.168.1.1 + Requested-IP Option 50, length 4: 192.168.1.4 + Parameter-Request Option 55, length 8: + Subnet-Mask, BR, Time-Zone, Default-Gateway + Domain-Name, Domain-Name-Server, Hostname, TFTP-Server-Address +IP (tos 0x10, ttl 128, id 0, offset 0, flags [none], proto UDP (17), length 328) + 192.168.1.1.67 > 192.168.1.4.68: BOOTP/DHCP, Reply, length 300, xid 0xde549277, Flags [none] + Your-IP 192.168.1.4 + Client-Ethernet-Address 00:0c:29:1f:74:06 + Vendor-rfc1048 Extensions + Magic Cookie 0x63825363 + DHCP-Message Option 53, length 1: ACK + Server-ID Option 54, length 4: 192.168.1.1 + Lease-Time Option 51, length 4: 43200 + Subnet-Mask Option 1, length 4: 255.255.255.0 + Default-Gateway Option 3, length 4: 192.168.1.1 + TFTP-Server-Address Option 150, length 8: 192.168.1.10,192.168.1.11 |