Skip to content

Commit

Permalink
Fix Wireshark filter in Zigbee sniffing (#2434)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdecat authored Dec 24, 2023
1 parent 04e08f5 commit 9e208d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced/zigbee/04_sniff_zigbee_traffic.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,6 @@ Once you have the application running, you should see it connect to and start sn

After that, open up Wireshark and start capturing on the loopback adapter.

Then, apply a filter `udp.port == 17754` in order to filter down to only Zigbee traffic.
Then, apply a filter `udp port 17754` in order to filter down to only Zigbee traffic.

Lastly, follow the steps of the CC2531 instructions above to set up your encryption keys the same.

0 comments on commit 9e208d6

Please sign in to comment.