mirror of
https://github.com/espressif/openthread.git
synced 2026-07-09 13:50:28 +00:00
2522d2e2d7
* ncp: Add support for `PROP_STREAM_RAW` This change allows the NCP to be a packet sniffer when used with host software that supports this feature. See the section of the Spinel protocol document titled ["Sniffing Raw Packets"][1] for an example of how this property is intended to be used. [1]: https://cdn.rawgit.com/openthread/openthread/654f953fdaf34e457bee61eb674908141d0a5f8e/doc/draft-spinel-protocol.html#rfc.appendix.F.10 * Allow sniffer to see raw outbound packets on the Pcap interface. * Remove some of the metadata from the raw frames until the format can be better thought out * Add optional support for 802.15.4 FCS reporting.