Skip to content

Commit d91e774

Browse files
committed
CONTRIBUTING: OK, maybe I've got it figured out.
1 parent a9f4a4a commit d91e774

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

CONTRIBUTING.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -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

110110
11) 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

Comments
 (0)