wlanPCAPWriter
PCAP or PCAPNG file writer of WLAN MAC packets
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). The object captures packets at the MAC layer as you send them to the PHY for
transmission or receive them at the MAC layer after recovery from the PHY. Note that, this
object also requires the Wireless Network
Toolbox™ product.
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(PropertyName=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.