diff options
Diffstat (limited to 'CONTRIBUTING')
-rw-r--r-- | CONTRIBUTING | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CONTRIBUTING b/CONTRIBUTING index 0f4a5d85..cc312dff 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -80,9 +80,11 @@ How to add new code and to update existing code Each line in this file has the following format: test-name sample.pcap sample.out tcpdump-options - the sample.out file can be build by: + The sample.out file can be build by: (cd tests && ../tcpdump -n -t -r sample.pcap tcpdump-options > sample.out) + Or, for convenience, use "./update-test.sh test-name" + It is often useful to have test outputs with different verbosity levels (none, -v, -vv, -vvv, etc.) depending on the code. |