zigpy / bellows

A Python 3 project to implement EZSP for EmberZNet devices
GNU General Public License v3.0
179 stars 87 forks source link

Enhancement: dump to stdout #503

Closed AndrewFromMelbourne closed 1 year ago

AndrewFromMelbourne commented 1 year ago

Would it be possible to allow "dump" to send the output to stdout? This would be useful as it then would be possible to stream the packets into Wireshark for analysis.

This may be already possible, but I couldn't figure it out.

Thanks,

Andrew.

MattWestb commented 1 year ago

Last time i was testing it was working OK. https://github.com/zigpy/zigpy/discussions/692

But for sniffing from windows with USB i normally using https://github.com/zsmartsystems/com.zsmartsystems.zigbee.sniffer.

AndrewFromMelbourne commented 1 year ago

Thanks @MattWestb, Didn't think of "-w /dev/stdout" works for me on MacOS.