Skip to content

Commit

Permalink
Update wireshark.md
Browse files Browse the repository at this point in the history
added information on how to generate pcaps on windows based computers.
  • Loading branch information
hml1810 committed Jun 21, 2024
1 parent efa2aaa commit c789ffc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/development/wireshark.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ To tell the CFLIB to generate a PCAP file of what it thinks the CRTP traffic loo
$ CRTP_PCAP_LOG=filename.pcap python3 examples/swarm/hl-commander-swarm.py
$ wireshark filename.pcap
```
and on Windows based computers in a shell window:

```bash
> set CRTP_PCAP_LOG=filename.pcap
> python3 examples/swarm/hl-commander-swarm.py
> wireshark filename.pcap
```
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):

```bash
Expand Down

0 comments on commit c789ffc

Please sign in to comment.