aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2022-07-03 15:09:51 +0200
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2023-01-02 19:34:43 +0100
commit961811398c25de0e066c519c08a5e45b6461024b (patch)
tree55a19a367232ca356e6a00571c2ebe1cbb4cb732
parent9f7ee603bf26a6cd8fdec4d21c18293cdc0ed31d (diff)
downloadtcpdump-961811398c25de0e066c519c08a5e45b6461024b.tar.gz
Remove trailing spaces
(cherry picked from commit a0b5d87b67a53ac53d4e5967aac3fbe95223dca1)
-rw-r--r--CONTRIBUTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index d1fb987b..3009b343 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -147,7 +147,7 @@ and ask!
* Define: `ND_LONGJMP_FROM_TCHECK` before including `netdissect.h`
* Make sure that the intersection of `GET_*()` and `ND_TCHECK_*()` is minimal,
but at the same time their union covers all packet data in all cases.
-
+
You can test the code via:
```
sudo ./tcpdump -s snaplen [-v][v][...] -i lo # in a terminal
@@ -159,7 +159,7 @@ and ask!
not only a valid packet but any arbitrary random sequence of octets (packet
* built malformed originally by the sender or by a fuzz tester,
* became corrupted in transit or for some other reason).
-
+
Print with: `nd_print_invalid(ndo); /* to print " (invalid)" */`
* Use `struct tok` for indexed strings and print them with