Skip to content

Commit c09bd86

Browse files
authored
Merge pull request #458 from hml1810/patch-1
Update wireshark.md
2 parents efa2aaa + c789ffc commit c09bd86

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/development/wireshark.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@ To tell the CFLIB to generate a PCAP file of what it thinks the CRTP traffic loo
3737
$ CRTP_PCAP_LOG=filename.pcap python3 examples/swarm/hl-commander-swarm.py
3838
$ wireshark filename.pcap
3939
```
40+
and on Windows based computers in a shell window:
41+
42+
```bash
43+
> set CRTP_PCAP_LOG=filename.pcap
44+
> python3 examples/swarm/hl-commander-swarm.py
45+
> wireshark filename.pcap
46+
```
4047
To generate a PCAP file and open it with Wireshark. You can also use the text based `tshark` tool, and you can add a filter, for instance, only shoow CRTP port 8 (Highlevel setpoint):
4148

4249
```bash

0 commit comments

Comments
 (0)