wlanPCAPWriter
Description
The wlanPCAPWriter
object writes generated and recovered WLAN
medium access control (MAC) packets to a packet capture (PCAP) or packet capture next
generation (PCAPNG) file (.pcap
or .pcapng
,
respectively).
Creation
Description
creates a default WLAN
PCAP or PCAPNG file writer object that writes WLAN MAC packets to a PCAP or PCAPNG file,
respectively.obj
= wlanPCAPWriter
sets Properties using one or more
name-value pairs. Enclose each property name in quotes. For example,
obj
= wlanPCAPWriter(Name,Value
)('FileExtension','pcapng')
sets the extension of the file as
.pcapng
.
Properties
Object Functions
Examples
References
[1] Tuexen, M. “PCAP Next Generation (Pcapng) Capture File Format.” 2020. https://www.ietf.org/.
[2] “Radiotap - Introduction.” Accessed May 20, 2020. https://www.radiotap.org/.
[3] Group, The Tcpdump. “Tcpdump/Libpcap Public Repository.” Accessed May 20, 2020. https://www.tcpdump.org.
[4] “Development/LibpcapFileFormat - The Wireshark Wiki.” Accessed May 20, 2020. https://www.wireshark.org.
Extended Capabilities
Version History
Introduced in R2021a