aboutsummaryrefslogtreecommitdiffstats
path: root/tools/dissectors/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tools/dissectors/README.txt')
-rw-r--r--tools/dissectors/README.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/dissectors/README.txt b/tools/dissectors/README.txt
index 5119fbb1b..12a5d6116 100644
--- a/tools/dissectors/README.txt
+++ b/tools/dissectors/README.txt
@@ -11,7 +11,11 @@
$ cmake ..
$ make && make install
- This will build and install the CHDR dissector.
+ This will build and install the CHDR dissector. By default, the
+ RFNOC_CHDR_WIDTH is 64, but you can change it by setting the
+ desired width like so:
+
+ $ cmake .. -DRFNOC_CHDR_WIDTH=512
3. To build and install the other dissectors, re-run the commands
like so: