PcapDriverPacket Struct Reference
Packet descriptor. More...
Data Fields | |
size_t | length |
uint8_t | data [PCAP_DRIVER_MAX_PACKET_SIZE] |
Detailed Description
Packet descriptor.
Definition at line 58 of file pcap_driver.c.
Field Documentation
◆ data
uint8_t data[PCAP_DRIVER_MAX_PACKET_SIZE] |
Definition at line 61 of file pcap_driver.c.
◆ length
size_t length |
Definition at line 60 of file pcap_driver.c.
The documentation for this struct was generated from the following file:
- cyclone_tcp/drivers/pcap/pcap_driver.c