diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2018-08-04 08:46:17 +0200 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2018-08-09 09:23:07 +0200 |
commit | 018b2b8c96259348efccbcf14d2480f07892353f (patch) | |
tree | 10579cbc41d53ebf96f0de2664c7114c483f1863 /tests/dhcp-rfc5859-v.out | |
parent | cf99f0bc838a5f82391a72c1e074781cfacd4cef (diff) | |
download | tcpdump-018b2b8c96259348efccbcf14d2480f07892353f.tar.gz |
Use UTC/GMT time when building/checking tests files
This will avoid some differences when checking in different time zones.
We now run the tests without the '-t' option. This will allow to get
problems/changes in time printing functions.
Update the output of the tests accordingly.
Moreover:
Add the '-#' option to better identify a packet when there is a difference
in output.
Diffstat (limited to 'tests/dhcp-rfc5859-v.out')
-rw-r--r-- | tests/dhcp-rfc5859-v.out | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/dhcp-rfc5859-v.out b/tests/dhcp-rfc5859-v.out index 6f31368a..403d1f4d 100644 --- a/tests/dhcp-rfc5859-v.out +++ b/tests/dhcp-rfc5859-v.out @@ -1,4 +1,4 @@ -IP (tos 0x10, ttl 128, id 0, offset 0, flags [none], proto UDP (17), length 328) + 1 15:36:12.905633 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 @@ -7,7 +7,7 @@ IP (tos 0x10, ttl 128, id 0, offset 0, flags [none], proto UDP (17), length 328) 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) + 2 15:36:13.061643 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 @@ -19,7 +19,7 @@ IP (tos 0x10, ttl 128, id 0, offset 0, flags [none], proto UDP (17), length 328) 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) + 3 15:36:13.061643 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 @@ -30,7 +30,7 @@ IP (tos 0x10, ttl 128, id 0, offset 0, flags [none], proto UDP (17), length 328) 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) + 4 15:36:13.065643 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 |