@@ -91,21 +91,21 @@ and ask!
9191 Any new/updated fields in a dissector must be present in a ` sample.pcap ` file
9292 and the corresponding output file.
9393
94- Configuration is set in ` tests/TESTLIST ` .
95- Each line in this file has the following format:
96- ```
97- test-name sample.pcap sample.out tcpdump-options
98- ```
94+ Configuration is set in ` tests/TESTLIST ` .
95+ Each line in this file has the following format:
96+ ```
97+ test-name sample.pcap sample.out tcpdump-options
98+ ```
9999
100- The ` sample.out ` file can be produced as follows:
101- ```
102- (cd tests && TZ=GMT0 ../tcpdump -# -n -r sample.pcap tcpdump-options > sample.out)
100+ The `sample.out` file can be produced as follows:
101+ ```
102+ (cd tests && TZ=GMT0 ../tcpdump -# -n -r sample.pcap tcpdump-options > sample.out)
103103 ```
104104
105- Or, for convenience, use ` ./update-test.sh test-name `
105+ Or, for convenience, use ` ./update-test.sh test-name `
106106
107- It is often useful to have test outputs with different verbosity levels
108- (none, ` -v ` , ` -vv ` , ` -vvv ` , etc.) depending on the code.
107+ It is often useful to have test outputs with different verbosity levels
108+ (none, ` -v ` , ` -vv ` , ` -vvv ` , etc.) depending on the code.
109109
11011011 ) Test using ` make check ` (current build options) and ` ./build_matrix.sh `
111111 (a multitude of build options, build systems and compilers). If you can,
0 commit comments