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/ripv1v2.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/ripv1v2.out')
-rw-r--r-- | tests/ripv1v2.out | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/ripv1v2.out b/tests/ripv1v2.out index 65243d8a..f020c066 100644 --- a/tests/ripv1v2.out +++ b/tests/ripv1v2.out @@ -1,16 +1,16 @@ -IP (tos 0xc0, ttl 64, id 0, offset 0, flags [DF], proto UDP (17), length 52) + 1 16:10:13.779911 IP (tos 0xc0, ttl 64, id 0, offset 0, flags [DF], proto UDP (17), length 52) 10.0.0.20.520 > 10.0.0.255.520: RIPv1, Request, length: 24, routes: 1 AFI 0, 0.0.0.0, metric: 16 -IP (tos 0xc0, ttl 64, id 0, offset 0, flags [DF], proto UDP (17), length 52) + 2 16:10:17.778296 IP (tos 0xc0, ttl 64, id 0, offset 0, flags [DF], proto UDP (17), length 52) 10.0.0.20.520 > 10.0.0.255.520: RIPv1, Response, length: 24, routes: 1 10.70.178.0, metric: 1 -IP (tos 0xc0, ttl 1, id 0, offset 0, flags [DF], proto UDP (17), length 52) + 3 16:10:26.689006 IP (tos 0xc0, ttl 1, id 0, offset 0, flags [DF], proto UDP (17), length 52) 10.0.0.20.520 > 224.0.0.9.520: RIPv2, Request, length: 24, routes: 1 or less AFI 0, 0.0.0.0/0 , tag 0x0000, metric: 16, next-hop: self -IP (tos 0xc0, ttl 1, id 0, offset 0, flags [DF], proto UDP (17), length 52) + 4 16:10:30.688338 IP (tos 0xc0, ttl 1, id 0, offset 0, flags [DF], proto UDP (17), length 52) 10.0.0.20.520 > 224.0.0.9.520: RIPv2, Response, length: 24, routes: 1 or less AFI IPv4, 10.70.178.0/24, tag 0x0000, metric: 1, next-hop: self |