Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fxlb committed Sep 26, 2024
1 parent bf1d15d commit da7d8f4
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions tests/time.tests
Original file line number Diff line number Diff line change
Expand Up @@ -10,55 +10,55 @@ $testlist = [
name => 'time_2038',
input => 'time_2038.pcap',
output => 'time_2038.out',
args => ''
args => '-q'
},
{
name => 'time_2038_max',
input => 'time_2038_max.pcap',
output => 'time_2038_max.out',
args => ''
args => '-q'
},
{
config_set => 'HAVE_TIME_T_64',
name => 'time_2038_overflow',
input => 'time_2038_overflow.pcap',
output => 'time_2038_overflow.out',
args => ''
args => '-q'
},
{
config_set => 'HAVE_TIME_T_64',
name => 'time_2039',
input => 'time_2039.pcap',
output => 'time_2039.out',
args => ''
args => '-q'
},
{
config_set => 'HAVE_TIME_T_64',
name => 'time_2106',
input => 'time_2106.pcap',
output => 'time_2106.out',
args => ''
args => '-q'
},
{
config_set => 'HAVE_TIME_T_64',
name => 'time_2106_max',
input => 'time_2106_max.pcap',
output => 'time_2106_max.out',
args => ''
args => '-q'
},
{
config_set => 'HAVE_TIME_T_64',
name => 'time_2106_overflow',
input => 'time_2106_overflow.pcapng',
output => 'time_2106_overflow.out',
args => ''
args => '-q'
},
{
config_set => 'HAVE_TIME_T_64',
name => 'time_2107',
input => 'time_2107.pcapng',
output => 'time_2107.out',
args => ''
args => '-q'
},
];

Expand Down
2 changes: 1 addition & 1 deletion tests/time_2038.out
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1 2038-01-01 00:00:00.000000 IP 192.168.1.11.43966 > 209.87.249.18.53: 22836+ [1au] A? www.tcpdump.org. (56)
1 2038-01-01 00:00:00.000000 IP 192.168.1.11.43966 > 209.87.249.18.53: UDP, length 56
2 changes: 1 addition & 1 deletion tests/time_2038_max.out
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1 2038-01-19 03:14:07.000000 IP 192.168.1.11.43966 > 209.87.249.18.53: 22836+ [1au] A? www.tcpdump.org. (56)
1 2038-01-19 03:14:07.000000 IP 192.168.1.11.43966 > 209.87.249.18.53: UDP, length 56
2 changes: 1 addition & 1 deletion tests/time_2038_overflow.out
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1 2038-01-19 03:14:08.000000 IP 192.168.1.11.43966 > 209.87.249.18.53: 22836+ [1au] A? www.tcpdump.org. (56)
1 2038-01-19 03:14:08.000000 IP 192.168.1.11.43966 > 209.87.249.18.53: UDP, length 56
2 changes: 1 addition & 1 deletion tests/time_2039.out
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1 2039-01-01 00:00:00.000000 IP 192.168.1.11.43966 > 209.87.249.18.53: 22836+ [1au] A? www.tcpdump.org. (56)
1 2039-01-01 00:00:00.000000 IP 192.168.1.11.43966 > 209.87.249.18.53: UDP, length 56
2 changes: 1 addition & 1 deletion tests/time_2106.out
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1 2106-01-01 00:00:00.000000 IP 192.168.1.11.43966 > 209.87.249.18.53: 22836+ [1au] A? www.tcpdump.org. (56)
1 2106-01-01 00:00:00.000000 IP 192.168.1.11.43966 > 209.87.249.18.53: UDP, length 56
2 changes: 1 addition & 1 deletion tests/time_2106_max.out
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1 2106-02-07 06:28:15.000000 IP 192.168.1.11.43966 > 209.87.249.18.53: 22836+ [1au] A? www.tcpdump.org. (56)
1 2106-02-07 06:28:15.000000 IP 192.168.1.11.43966 > 209.87.249.18.53: UDP, length 56
2 changes: 1 addition & 1 deletion tests/time_2106_overflow.out
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1 2106-02-07 06:28:16.000000 IP 192.168.1.11.43966 > 209.87.249.18.53: 22836+ [1au] A? www.tcpdump.org. (56)
1 2106-02-07 06:28:16.000000 IP 192.168.1.11.43966 > 209.87.249.18.53: UDP, length 56
2 changes: 1 addition & 1 deletion tests/time_2107.out
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1 2107-01-01 00:00:00.000000 IP 192.168.1.11.43966 > 209.87.249.18.53: 22836+ [1au] A? www.tcpdump.org. (56)
1 2107-01-01 00:00:00.000000 IP 192.168.1.11.43966 > 209.87.249.18.53: UDP, length 56

0 comments on commit da7d8f4

Please sign in to comment.