riverloopsec / killerbee

IEEE 802.15.4/ZigBee Security Research Toolkit
http://www.riverloopsecurity.com
Other
742 stars 215 forks source link

zbdump: Fix packet logging. #243

Closed nezza closed 2 years ago

nezza commented 2 years ago

Currently neither the PcapDumper nor the DainTreeDumper works, as both writers are assigned to the wrong variables. This patch fixes this.

Thanks!

rmspeers commented 2 years ago

@taylorcenters I thought you had migrated to the Scapy for saving to pcap, but it doesn't look like it when I looked at this PR.

Regardless this PR fixes an issue with the current, non-Scapy, implementation.