We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 794815e commit 6ee4e4bCopy full SHA for 6ee4e4b
Makefile
@@ -16,7 +16,7 @@ install:
16
pip install navv
17
18
# target: generate - Generate analysis excel sheet
19
-# Optionally set PCAP_PATH to a pcap file
+# optionally set PCAP_PATH to a relative pcap file path
20
# example: make generate PCAP_PATH=test-path/to/file.pcap
21
generate:
22
navv generate -o analysis -z test-data/logs test-customer $(if $(PCAP_PATH), -p $(PCAP_PATH))
0 commit comments