@@ -78,19 +78,18 @@ and ask!
7878 make -s
7979 ```
8080
81- 10 ) Add/update tests
82- The ` tests ` directory contains regression tests of the dissection of captured
83- packets. Those captured packets were saved running tcpdump with option
84- ` -w sample.pcap ` . Additional options, such as ` -n ` , are used to create relevant
85- and reproducible output; ` -# ` is used to indicate which particular packets
86- have output that differs. The tests are run with the ` TZ ` environment
87- variable set to ` GMT0 ` , so that UTC, rather than the local time where the
88- tests are being run, is used when "local time" values are printed. The
89- actual test compares the current text output with the expected result
90- (` sample.out ` ) saved from a previous version.
81+ 10 ) Add/update tests. The ` tests ` directory contains regression tests of the dissection of captured
82+ packets. Those captured packets were saved running tcpdump with option
83+ ` -w sample.pcap ` . Additional options, such as ` -n ` , are used to create relevant
84+ and reproducible output; ` -# ` is used to indicate which particular packets
85+ have output that differs. The tests are run with the ` TZ ` environment
86+ variable set to ` GMT0 ` , so that UTC, rather than the local time where the
87+ tests are being run, is used when "local time" values are printed. The
88+ actual test compares the current text output with the expected result
89+ (` sample.out ` ) saved from a previous version.
9190
92- Any new/updated fields in a dissector must be present in a ` sample.pcap ` file
93- and the corresponding output file.
91+ Any new/updated fields in a dissector must be present in a ` sample.pcap ` file
92+ and the corresponding output file.
9493
9594 Configuration is set in ` tests/TESTLIST ` .
9695 Each line in this file has the following format:
0 commit comments