3 # The packet time when > 2038-01-19T03:14:07Z cannot be correctly printed
4 # if time_t size is 32 bits (overflow).
5 # Some tests are run only if HAVE_TIME_T_64 is set. it depends on the
6 # output of "./tcpdump --time-t-size" (32 or 64).
8 # A 32-bit unsigned time_t goes until 2106-02-07T06:28:15Z.
9 # All values above require a pcapng file.
14 input => 'time_2038.pcap',
15 output => 'time_2038.out',
19 name => 'time_2038_max',
20 input => 'time_2038_max.pcap',
21 output => 'time_2038_max.out',
25 config_set => 'HAVE_TIME_T_64',
26 name => 'time_2038_overflow',
27 input => 'time_2038_overflow.pcap',
28 output => 'time_2038_overflow.out',
32 config_set => 'HAVE_TIME_T_64',
34 input => 'time_2039.pcap',
35 output => 'time_2039.out',
39 config_set => 'HAVE_TIME_T_64',
41 input => 'time_2106.pcap',
42 output => 'time_2106.out',
46 config_set => 'HAVE_TIME_T_64',
47 name => 'time_2106_max',
48 input => 'time_2106_max.pcap',
49 output => 'time_2106_max.out',
53 config_set => 'HAVE_TIME_T_64',
54 name => 'time_2106_overflow',
55 input => 'time_2106_overflow.pcapng',
56 output => 'time_2106_overflow.out',
60 config_set => 'HAVE_TIME_T_64',
62 input => 'time_2107.pcapng',
63 output => 'time_2107.out',
67 config_set => 'HAVE_TIME_T_64',
68 name => 'time_2106_overflow-tt',
69 input => 'time_2106_overflow.pcapng',
70 output => 'time_2106_overflow-tt.out',
71 args => '-tt -q SPECIAL_t'
74 config_set => 'HAVE_TIME_T_64',
75 name => 'time_2107-tt',
76 input => 'time_2107.pcapng',
77 output => 'time_2107-tt.out',
78 args => '-tt -q SPECIAL_t'